Skip to content

Commit 99b4611

Browse files
committed
Update results
1 parent 7c97b45 commit 99b4611

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

results-currency-2.14.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,19 @@ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoDefault thrpt 9 142584.67
3030
c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 142289.300 ± 1525.983 ops/s
3131
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 14320.011 ± 196.091 ops/s
3232
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

results-currency-2.15.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44

55
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
66

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+
711
### Java 17 / JSON
812

913
java -Xmx256m -jar target/perf.jar ".*Json.*StdReadVanilla.readCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 9
1014

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+
1119
### Java 8 / all
1220

1321
java -Xmx256m -jar target/perf.jar ".*ReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3

0 commit comments

Comments
 (0)