@@ -18,8 +18,30 @@ JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 57304.171 ± 1794.216 o
18
18
19
19
### Java 8 / all
20
20
21
- java -Xmx256m -jar target/perf.jar ".*ReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
21
+ java -Xmx256m -jar target/perf.jar ".*StdReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
22
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoDefault thrpt 9 148044.148 ± 4754.251 ops/s
23
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoFast thrpt 9 147296.771 ± 4154.081 ops/s
24
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoDefault thrpt 9 62142.328 ± 948.685 ops/s
25
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoFast thrpt 9 69232.378 ± 2149.124 ops/s
26
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoDefault thrpt 9 21307.004 ± 140.516 ops/s
27
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoFast thrpt 9 22438.536 ± 577.264 ops/s
28
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 9 139763.953 ± 7425.771 ops/s
29
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 139750.505 ± 6702.794 ops/s
30
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 14041.580 ± 89.200 ops/s
31
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 13996.960 ± 89.777 ops/s
22
32
23
33
### Java 17 / all
24
34
25
- java -Xmx256m -jar target/perf.jar ".*ReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
35
+ java -Xmx256m -jar target/perf.jar ".*StdReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
36
+ Benchmark Mode Cnt Score Error Units
37
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoDefault thrpt 9 106851.741 ± 4455.550 ops/s
38
+ c.f.j.p.cbor.CBORStdReadVanilla.readCurrencyPojoFast thrpt 9 103660.467 ± 4580.870 ops/s
39
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoDefault thrpt 9 55907.652 ± 3533.643 ops/s
40
+ c.f.j.p.json.JsonStdReadVanilla.readCurrencyPojoFast thrpt 9 57103.087 ± 4566.882 ops/s
41
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoDefault thrpt 9 18820.722 ± 828.382 ops/s
42
+ c.f.j.p.props.PropsStdReadVanilla.readCurrencyPojoFast thrpt 9 19236.941 ± 863.444 ops/s
43
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 9 115569.209 ± 2356.718 ops/s
44
+ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 117318.500 ± 3444.527 ops/s
45
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 20530.346 ± 306.853 ops/s
46
+ c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 20531.955 ± 174.614 ops/s
47
+
0 commit comments