Skip to content

Commit ce0b62c

Browse files
Create README.md
1 parent c268471 commit ce0b62c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/perf/java/rx/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)