Skip to content

Commit 24a5305

Browse files
committed
...
1 parent 99b4611 commit 24a5305

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

results-currency-2.15.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,30 @@ JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 57304.171 ± 1794.216 o
1818

1919
### Java 8 / all
2020

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
2232

2333
### Java 17 / all
2434

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

Comments
 (0)