File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,34 @@ JsonStdReadVanilla.readCurrencyPojoFast thrpt 25 58594.680 ± 1887.888 o
36
36
37
37
### Java 8 / JSON
38
38
39
+ java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
40
+
41
+ Benchmark Mode Cnt Score Error Units
42
+ JsonStdReadVanilla.readCurrencyPojoDefault thrpt 25 60250.587 ± 640.030 ops/s
43
+ JsonStdReadVanilla.readCurrencyPojoFast thrpt 25 68380.138 ± 554.127 ops/s
44
+
45
+ ### Java 8 / all
46
+
47
+ java -Xmx256m -jar target/perf.jar ".*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
48
+
49
+ Benchmark Mode Cnt Score Error Units
50
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoDefault thrpt 25 144096.512 ± 5465.522 ops/s
51
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoFast thrpt 25 146055.728 ± 5202.655 ops/s
52
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoDefault thrpt 25 61157.792 ± 969.343 ops/s
53
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoFast thrpt 25 70068.610 ± 1274.425 ops/s
54
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoDefault thrpt 25 21572.746 ± 85.301 ops/s
55
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoFast thrpt 25 22862.234 ± 109.122 ops/s
56
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 25 143352.502 ± 1534.029 ops/s
57
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 25 142700.082 ± 1799.180 ops/s
58
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 25 14238.489 ± 117.600 ops/s
59
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 25 14259.794 ± 127.968 ops/s
60
+
39
61
### Java 17 / JSON
62
+
63
+ java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
64
+
65
+ Benchmark Mode Cnt Score Error Units
66
+ JsonStdReadVanilla.readCurrencyPojoDefault thrpt 25 56343.281 ± 1275.921 ops/s
67
+ JsonStdReadVanilla.readCurrencyPojoFast thrpt 25 61623.799 ± 865.363 ops/s
68
+
69
+ ### Java 17 / all
You can’t perform that action at this time.
0 commit comments