From 887bc109afb501ee556642b23750d2936ee051fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Bulej?= Date: Mon, 27 Feb 2023 12:37:09 +0100 Subject: [PATCH] Release version 0.14.2 --- README.md | 6 +++--- plugins/jmx-memory/README.md | 2 +- plugins/jmx-timers/README.md | 2 +- plugins/ubench-agent/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8f52d1be..8d0e2566 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This allows you to execute the following `java` command: ``` -$ java -jar 'renaissance-gpl-0.14.1.jar' +$ java -jar 'renaissance-gpl-0.14.2.jar' ``` Above, `` is the list of benchmarks that you wish to run. @@ -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. @@ -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' ``` diff --git a/plugins/jmx-memory/README.md b/plugins/jmx-memory/README.md index c0398798..22e86665 100644 --- a/plugins/jmx-memory/README.md +++ b/plugins/jmx-memory/README.md @@ -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 \ ... diff --git a/plugins/jmx-timers/README.md b/plugins/jmx-timers/README.md index 545507bc..9a01ab99 100644 --- a/plugins/jmx-timers/README.md +++ b/plugins/jmx-timers/README.md @@ -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 \ ... diff --git a/plugins/ubench-agent/README.md b/plugins/ubench-agent/README.md index a53e2eed..9370649e 100644 --- a/plugins/ubench-agent/README.md +++ b/plugins/ubench-agent/README.md @@ -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 \ ...