Skip to content

Commit 887bc10

Browse files
committed
Release version 0.14.2
1 parent 19d00d9 commit 887bc10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This allows you to execute the following `java` command:
2626

2727

2828
```
29-
$ java -jar 'renaissance-gpl-0.14.1.jar' <benchmarks>
29+
$ java -jar 'renaissance-gpl-0.14.2.jar' <benchmarks>
3030
```
3131

3232
Above, `<benchmarks>` is the list of benchmarks that you wish 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.14.1
271+
Renaissance Benchmark Suite, version 0.14.2
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.14.1.jar'
318+
$ java -jar 'renaissance-jmh/target/renaissance-jmh-0.14.2.jar'
319319
```
320320

321321

plugins/jmx-memory/README.md

Lines changed: 1 addition & 1 deletion
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.14.1.jar \
23+
java renaissance-gpl-0.14.2.jar \
2424
--plugin plugin-jmxmemory-assembly-0.0.1.jar\
2525
--json results.json \
2626
...

plugins/jmx-timers/README.md

Lines changed: 1 addition & 1 deletion
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.14.1.jar \
24+
java renaissance-gpl-0.14.2.jar \
2525
--plugin plugin-jmxtimers-assembly-0.0.1.jar\
2626
--json results.json \
2727
...

plugins/ubench-agent/README.md

Lines changed: 1 addition & 1 deletion
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.14.1.jar \
37+
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.14.2.jar \
3838
--plugin plugin-ubenchagent-assembly-0.0.1.jar --with-arg PAPI_L1_DCM,PAPI_L2_DCM \
3939
--json results.json \
4040
...

0 commit comments

Comments
 (0)