Skip to content

Commit d8ebda5

Browse files
Update README.md
1 parent ce0b62c commit d8ebda5

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/perf/java/rx/README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,26 @@
1717
Optionally pass arguments for custom execution. Example:
1818

1919
```
20-
./gradlew benchmarks '-Pjmh=-f 1 -tu ns -bm avgt -wi 5 -i 5 -r 1 .*OperatorMapPerf.*'
20+
./gradlew benchmarks '-Pjmh=-f 1 -tu s -bm thrpt -wi 5 -i 5 -r 1 .*OperatorMapPerf.*'
21+
```
22+
23+
gives output like this:
24+
25+
```
26+
# Warmup Iteration 1: 17541564.529 ops/s
27+
# Warmup Iteration 2: 20923290.222 ops/s
28+
# Warmup Iteration 3: 20743426.176 ops/s
29+
# Warmup Iteration 4: 23462116.103 ops/s
30+
# Warmup Iteration 5: 24283139.706 ops/s
31+
Iteration 1: 23317338.378 ops/s
32+
Iteration 2: 23478480.189 ops/s
33+
Iteration 3: 23186077.043 ops/s
34+
Iteration 4: 22120569.854 ops/s
35+
Iteration 5: 21581828.652 ops/s
36+
37+
Result: 22736858.823 ±(99.9%) 3223211.259 ops/s [Average]
38+
Statistics: (min, avg, max) = (21581828.652, 22736858.823, 23478480.189), stdev = 837057.728
39+
Confidence interval (99.9%): [19513647.564, 25960070.082]
2140
```
2241

2342
To see all options:

0 commit comments

Comments
 (0)