aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMohammad Salehe <salehe@cs.toronto.edu>2018-12-19 22:32:27 -0500
committerMohammad Salehe <salehe@cs.toronto.edu>2018-12-22 15:08:15 -0500
commit0bb81b146df5943ce565e080df28c16d07150647 (patch)
tree1bde80e884caec8d95108d5fc6a5ca4c816f45b1 /pom.xml
parent4f0f883f3781e291fd10ad485efd5f850052cb66 (diff)
Implement first benchmarks
Implement simple benchmarks for 4 different put scenarios: - Music Entry Consistency - Music Eventual - Music Sequential Consistent (Using LWT) - Pure Consistent (Using LWT) Change-Id: Ia4b989c640a198f03086e781450e79c8c43918df Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 59958c95..7ac69945 100755
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>org.onap.music.testruns.ComparisonPoints1</mainClass>
+ <mainClass>org.onap.music.testruns.MTBench</mainClass>
</transformer>
</transformers>
</configuration>