File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This allows you to execute the following `java` command:
26
26
27
27
28
28
```
29
- $ java -jar 'renaissance-gpl-0.12 .0.jar' <benchmarks>
29
+ $ java -jar 'renaissance-gpl-0.13 .0.jar' <benchmarks>
30
30
```
31
31
32
32
Above, ` <benchmarks> ` is the list of benchmarks that you wish to run.
@@ -268,7 +268,7 @@ arguments to that plugin (or policy).
268
268
The following is a complete list of command-line options.
269
269
270
270
```
271
- Renaissance Benchmark Suite, version 0.12 .0
271
+ Renaissance Benchmark Suite, version 0.13 .0
272
272
Usage: renaissance [options] [benchmark-specification]
273
273
274
274
-h, --help Prints this usage text.
@@ -312,7 +312,7 @@ $ tools/sbt/bin/sbt renaissanceJmh/jmh:assembly
312
312
To run the benchmarks using JMH, you can execute the following ` java ` command:
313
313
314
314
```
315
- $ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.12 .0.jar'
315
+ $ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.13 .0.jar'
316
316
```
317
317
318
318
Original file line number Diff line number Diff line change 1
1
# Renaissance JAR bundle content
2
2
3
3
This document describes the structure of the JAR file with the benchmark
4
- (e.g., ` target/renaissance-gpl-0.12 .0-2-SNAPSHOT.jar ` ).
4
+ (e.g., ` target/renaissance-gpl-0.13 .0-2-SNAPSHOT.jar ` ).
5
5
6
6
Directly inside the JAR are classes from the ` renaissance-core ` subproject
7
7
that also contain the launcher. This also ensures that these classes are
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Note that we specify an output file as the counters are not visible on the
21
21
standard output.
22
22
23
23
``` shell
24
- java renaissance-gpl-0.12 .0.jar \
24
+ java renaissance-gpl-0.13 .0.jar \
25
25
--plugin plugin-jmxtimers-assembly-0.0.1.jar\
26
26
--json results.json \
27
27
...
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Note that we specify an output file as the counters are not visible on the
34
34
standard output.
35
35
36
36
``` shell
37
- java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.12 .0.jar \
37
+ java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.13 .0.jar \
38
38
--plugin plugin-ubenchagent-assembly-0.0.1.jar --with-arg PAPI_L1_DCM,PAPI_L2_DCM \
39
39
--json results.json \
40
40
...
Original file line number Diff line number Diff line change 1
- git.baseVersion := " 0.13 .0"
1
+ git.baseVersion := " 0.14 .0"
You can’t perform that action at this time.
0 commit comments