Add datastore benchmark 57/89457/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 19:14:57 +0000 (21:14 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 20:51:28 +0000 (22:51 +0200)
commitfea2a8b8a8719254e32d1b77868c41391df871fb
treeb7446b6e85117c3a56a54711c13fe0969a6dae66
parentbc58fd6b46acb6f94d6b9395a67f7112d134f0c1
Add datastore benchmark

Change-Id: I2e5b1589805ddf9feae4d54667e60483a6c16530
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
dom/mdsal-dom-inmemory-datastore-benchmark/pom.xml [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/AbstractInMemoryBrokerWriteTransactionBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/AbstractInMemoryDatastoreWriteTransactionBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/AbstractInMemoryWriteTransactionBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/BenchmarkModel.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/InMemoryBrokerWriteTransactionBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/InMemoryDataStoreWithSameThreadedExecutorBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/benchmark/InMemoryDataStoreWriteTransactionBenchmark.java [new file with mode: 0644]
dom/mdsal-dom-inmemory-datastore-benchmark/src/main/resources/odl-datastore-test.yang [new file with mode: 0644]
dom/pom.xml