File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
6
6
7
7
Benchmark Mode Cnt Score Error Units
8
- JsonStdReadVanilla.readCurrencyPojoDefault thrpt 45 60731.251 ± 609.859 ops/s
9
- JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 69526.068 ± 843.255 ops/s
8
+ JsonStdReadVanilla.readCurrencyPojoDefault thrpt 45 61012.389 ± 529.749 ops/s
9
+ JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 70684.408 ± 621.934 ops/s
10
10
11
11
### Java 17 / JSON
12
12
13
13
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 9
14
14
15
15
Benchmark Mode Cnt Score Error Units
16
- JsonStdReadVanilla.readCurrencyPojoDefault thrpt 45 55856.137 ± 796.086 ops/s
17
- JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 57304.171 ± 1794.216 ops/s
16
+ JsonStdReadVanilla.readCurrencyPojoDefault thrpt 45 56405.881 ± 1022.490 ops/s
17
+ JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 58975.778 ± 1147.913 ops/s
18
18
19
19
### Java 8 / all
20
20
You can’t perform that action at this time.
0 commit comments