Added the data store benchmark (dsbenchmark, Bug 4519, https://bugs.opendaylight... 53/29353/3
authorJan Medved <jmedved@cisco.com>
Thu, 5 Nov 2015 22:26:27 +0000 (14:26 -0800)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 6 Nov 2015 13:14:42 +0000 (13:14 +0000)
commitbc740310bca93dcefcf546f7c4a627d8153b3739
treee1c50cdff0ec9da0660403bbdbea9723bb248839
parenta7517a9b9c40dee08cff8be2febaa2d369012e48
Added the data store benchmark (dsbenchmark, Bug 4519, https://bugs.opendaylight.org/show_bug.cgi?id=4519)

Change-Id: Ibc6d214b43b6353adbc49ba7b5b4a302ae1fbd95
Signed-off-by: Jan Medved <jmedved@cisco.com>
29 files changed:
benchmark/api/pom.xml [new file with mode: 0644]
benchmark/api/src/main/yang/dsbenchmark.yang [new file with mode: 0644]
benchmark/artifacts/pom.xml [new file with mode: 0644]
benchmark/dsbenchmark/pom.xml [new file with mode: 0644]
benchmark/dsbenchmark/src/main/config/default-config.xml [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/BaListBuilder.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/DatastoreAbstractWriter.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/DomListBuilder.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/DsbenchmarkProvider.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxBaDelete.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxBaRead.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxBaWrite.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomDelete.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomWrite.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaDelete.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaRead.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainBaWrite.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainDomDelete.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainDomRead.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/txchain/TxchainDomWrite.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/dsbenchmark/impl/rev141210/DsbenchmarkImplModule.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/dsbenchmark/impl/rev141210/DsbenchmarkImplModuleFactory.java [new file with mode: 0644]
benchmark/dsbenchmark/src/main/yang/dsbenchmark-impl.yang [new file with mode: 0644]
benchmark/pom.xml [new file with mode: 0644]
features/benchmark/pom.xml [new file with mode: 0644]
features/benchmark/src/main/features/features.xml [new file with mode: 0644]
features/pom.xml
pom.xml