File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,19 @@ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 9 142584.67
30
30
c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 142289.300 ± 1525.983 ops/s
31
31
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 14320.011 ± 196.091 ops/s
32
32
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 14347.622 ± 141.437 ops/s
33
+
34
+ ### Java 17 / all
35
+
36
+ java -Xmx256m -jar target/perf.jar ".*StdReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
37
+
38
+ Benchmark Mode Cnt Score Error Units
39
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoDefault thrpt 9 129784.638 ± 3089.699 ops/s
40
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoFast thrpt 9 129611.108 ± 4782.344 ops/s
41
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoDefault thrpt 9 59146.421 ± 1401.920 ops/s
42
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoFast thrpt 9 60600.380 ± 1224.206 ops/s
43
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoDefault thrpt 9 19159.303 ± 184.428 ops/s
44
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoFast thrpt 9 19477.179 ± 121.920 ops/s
45
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 9 116271.107 ± 1141.791 ops/s
46
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 115943.376 ± 1716.544 ops/s
47
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 20574.874 ± 237.787 ops/s
48
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 20895.785 ± 449.226 ops/s
Original file line number Diff line number Diff line change 4
4
5
5
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
6
6
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
10
+
7
11
### Java 17 / JSON
8
12
9
13
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 9
10
14
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
18
+
11
19
### Java 8 / all
12
20
13
21
java -Xmx256m -jar target/perf.jar ".*ReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
You can’t perform that action at this time.
0 commit comments