File tree Expand file tree Collapse file tree
gocypher-cybench-annotations
gocypher-cybench-comparator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 releaseversion :
77 description : ' Release version'
88 required : true
9- default : ' 1.3.1 '
9+ default : ' 1.3.2 '
1010jobs :
1111 publish :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22
33-----------------------
44** NOTE:** CyBench services moved to dedicated host ` https://app.cybench.io ` from previous ` https://www.gocypher.com/ ` .
5- This change is reflected in CyBench client version ` 1.3.1 ` . For previous versions, set Java System Property
5+ This change is reflected in CyBench client version ` 1.3.2 ` . For previous versions, set Java System Property
66` sendReportToURL ` when running CyBench Launcher:
77``` cmd
88-DsendReportToURL=https://app.cybench.io/gocypher-benchmarks-reports/services/v1/reports/report
@@ -45,7 +45,7 @@ your results.
4545 <dependency >
4646 <groupId >com.gocypher.cybench.client</groupId >
4747 <artifactId >gocypher-cybench-runner</artifactId >
48- <version >1.3.1 </version >
48+ <version >1.3.2 </version >
4949 </dependency >
5050</dependencies >
5151```
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >com.gocypher.cybench.client</groupId >
2828 <artifactId >gocypher-cybench-client</artifactId >
29- <version >1.4-SNAPSHOT </version >
29+ <version >1.3.2 </version >
3030 </parent >
3131
3232 <artifactId >gocypher-cybench-annotations</artifactId >
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Dependencies for your project:
1313 <dependency >
1414 <groupId >com.gocypher.cybench.client</groupId >
1515 <artifactId >gocypher-cybench-comparator</artifactId >
16- <version >1.3.1 </version >
16+ <version >1.3.2 </version >
1717 <scope >test</scope >
1818 </dependency >
1919 ```
2020
2121* Gradle:
2222 ```groovy
23- runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.1 '
23+ runtime 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2 '
2424 ```
2525
2626## Running Cybench Comparator
@@ -48,7 +48,7 @@ java -jar gocypher-cybench-comparator.jar [args]
4848 <dependency >
4949 <groupId >com.gocypher.cybench.client</groupId >
5050 <artifactId >gocypher-cybench-comparator</artifactId >
51- <version >1.3.1 </version >
51+ <version >1.3.2 </version >
5252 <scope >test</scope >
5353 </dependency >
5454 </dependencies >
@@ -151,7 +151,7 @@ java -jar gocypher-cybench-comparator.jar [args]
151151 // ...
152152 dependencies {
153153 // ...
154- cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.1 '
154+ cybenchComparator 'com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2 '
155155 }
156156 // ...
157157 task compareBenchmarks(type: JavaExec) {
@@ -179,7 +179,7 @@ java -jar gocypher-cybench-comparator.jar [args]
179179 // ...
180180 dependencies {
181181 // ...
182- cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.1 ")
182+ cybenchComparator ("com.gocypher.cybench.client:gocypher-cybench-comparator:1.3.2 ")
183183 }
184184 // ...
185185
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >com.gocypher.cybench.client</groupId >
2828 <artifactId >gocypher-cybench-client</artifactId >
29- <version >1.4-SNAPSHOT </version >
29+ <version >1.3.2 </version >
3030 </parent >
3131
3232 <artifactId >gocypher-cybench-comparator</artifactId >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.4-SNAPSHOT </version >
28+ <version >1.3.2 </version >
2929 </parent >
3030
3131 <artifactId >gocypher-cybench-core</artifactId >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.4-SNAPSHOT </version >
28+ <version >1.3.2 </version >
2929 </parent >
3030
3131 <artifactId >gocypher-cybench-runner</artifactId >
Original file line number Diff line number Diff line change 2525
2626 <groupId >com.gocypher.cybench.client</groupId >
2727 <artifactId >gocypher-cybench-client</artifactId >
28- <version >1.4-SNAPSHOT </version >
28+ <version >1.3.2 </version >
2929 <packaging >pom</packaging >
3030
3131 <name >gocypher-cybench-client</name >
You can’t perform that action at this time.
0 commit comments