We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c268471 commit ce0b62cCopy full SHA for ce0b62c
src/perf/java/rx/README.md
@@ -0,0 +1,27 @@
1
+# JMH Benchmarks
2
+
3
+### Run All
4
5
+```
6
+./gradlew benchmarks
7
8
9
+### Run Specific Class
10
11
12
+./gradlew benchmarks '-Pjmh=.*OperatorMapPerf.*'
13
14
15
+### Arguments
16
17
+Optionally pass arguments for custom execution. Example:
18
19
20
+./gradlew benchmarks '-Pjmh=-f 1 -tu ns -bm avgt -wi 5 -i 5 -r 1 .*OperatorMapPerf.*'
21
22
23
+To see all options:
24
25
26
+./gradlew benchmarks '-Pjmh=-h'
27
0 commit comments