Skip to content

Commit

Permalink
Release version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulej committed Feb 27, 2023
1 parent 19d00d9 commit 887bc10
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This allows you to execute the following `java` command:


```
$ java -jar 'renaissance-gpl-0.14.1.jar' <benchmarks>
$ java -jar 'renaissance-gpl-0.14.2.jar' <benchmarks>
```

Above, `<benchmarks>` is the list of benchmarks that you wish to run.
Expand Down Expand Up @@ -268,7 +268,7 @@ arguments to that plugin (or policy).
The following is a complete list of command-line options.

```
Renaissance Benchmark Suite, version 0.14.1
Renaissance Benchmark Suite, version 0.14.2
Usage: renaissance [options] [benchmark-specification]
-h, --help Prints this usage text.
Expand Down Expand Up @@ -315,7 +315,7 @@ $ tools/sbt/bin/sbt renaissanceJmhPackage
To run the benchmarks using JMH, you can execute the following `java` command:

```
$ java -jar 'renaissance-jmh/target/renaissance-jmh-0.14.1.jar'
$ java -jar 'renaissance-jmh/target/renaissance-jmh-0.14.2.jar'
```


Expand Down
2 changes: 1 addition & 1 deletion plugins/jmx-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use the plugin, simply add it with the `--plugin` option when starting the su
Note that we specify an output file as the counters are not visible on the standard output.

```shell
java renaissance-gpl-0.14.1.jar \
java renaissance-gpl-0.14.2.jar \
--plugin plugin-jmxmemory-assembly-0.0.1.jar\
--json results.json \
...
Expand Down
2 changes: 1 addition & 1 deletion plugins/jmx-timers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note that we specify an output file as the counters are not visible on the
standard output.

```shell
java renaissance-gpl-0.14.1.jar \
java renaissance-gpl-0.14.2.jar \
--plugin plugin-jmxtimers-assembly-0.0.1.jar\
--json results.json \
...
Expand Down
2 changes: 1 addition & 1 deletion plugins/ubench-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Note that we specify an output file as the counters are not visible on the
standard output.

```shell
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.14.1.jar \
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.14.2.jar \
--plugin plugin-ubenchagent-assembly-0.0.1.jar --with-arg PAPI_L1_DCM,PAPI_L2_DCM \
--json results.json \
...
Expand Down

0 comments on commit 887bc10

Please sign in to comment.