Skip to content

Commit 1de5790

Browse files
committed
Release version 0.16.0
1 parent cb64790 commit 1de5790

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To run a Renaissance benchmark, you need to have a JRE version 11 (or later)
2525
installed and execute the following `java` command:
2626

2727
```
28-
$ java -jar 'renaissance-gpl-0.15.0.jar' <benchmarks>
28+
$ java -jar 'renaissance-gpl-0.16.0.jar' <benchmarks>
2929
```
3030

3131
In the above command, `<benchmarks>` is the list of benchmarks that you want to run.
@@ -268,7 +268,7 @@ arguments to that plugin (or policy).
268268
The following is a complete list of command-line options.
269269

270270
```
271-
Renaissance Benchmark Suite, version 0.15.0
271+
Renaissance Benchmark Suite, version 0.16.0
272272
Usage: renaissance [options] [benchmark-specification]
273273
274274
-h, --help Prints this usage text.
@@ -315,7 +315,7 @@ $ tools/sbt/bin/sbt renaissanceJmhPackage
315315
To run the benchmarks using JMH, you can execute the following `java` command:
316316

317317
```
318-
$ java -jar 'renaissance-jmh/target/renaissance-jmh-0.15.0.jar'
318+
$ java -jar 'renaissance-jmh/target/renaissance-jmh-0.16.0.jar'
319319
```
320320

321321

plugins/jmx-memory/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use the plugin, simply add it with the `--plugin` option when starting the su
2020
Note that we specify an output file as the counters are not visible on the standard output.
2121

2222
```shell
23-
java renaissance-gpl-0.15.0.jar \
23+
java renaissance-gpl-0.16.0.jar \
2424
--plugin plugin-jmxmemory-assembly-0.0.1.jar\
2525
--json results.json \
2626
...

plugins/jmx-timers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that we specify an output file as the counters are not visible on the
2121
standard output.
2222

2323
```shell
24-
java renaissance-gpl-0.15.0.jar \
24+
java renaissance-gpl-0.16.0.jar \
2525
--plugin plugin-jmxtimers-assembly-0.0.1.jar\
2626
--json results.json \
2727
...

plugins/ubench-agent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that we specify an output file as the counters are not visible on the
3434
standard output.
3535

3636
```shell
37-
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.15.0.jar \
37+
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.16.0.jar \
3838
--plugin plugin-ubenchagent-assembly-0.0.1.jar --with-arg PAPI_L1_DCM,PAPI_L2_DCM \
3939
--json results.json \
4040
...

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / git.baseVersion := "0.16.0"
1+
ThisBuild / git.baseVersion := "0.17.0"

0 commit comments

Comments
 (0)