Skip to content

Commit 2f2e5a1

Browse files
committed
Add Currency write results too
1 parent af63d78 commit 2f2e5a1

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

results-currency-2.15.txt

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 70684.408 ± 621.934 op
1111
java -Xmx256m -jar target/perf.jar ".*Json.*StdWriteVanilla.writeCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
1212

1313
Benchmark Mode Cnt Score Error Units
14-
JsonStdWriteVanilla.writeCurrencyPojoDefault thrpt 25 54065.042 ± 457.264 ops/s
15-
JsonStdWriteVanilla.writeCurrencyPojoFast thrpt 25 68396.099 ± 430.756 ops/s
16-
14+
JsonStdWriteVanilla.writeCurrencyPojoDefault thrpt 25 56956.808 ± 692.258 ops/s
15+
JsonStdWriteVanilla.writeCurrencyPojoFast thrpt 25 67980.186 ± 431.886 ops/s
1716

1817
### Java 17 / JSON
1918

@@ -23,6 +22,12 @@ Benchmark Mode Cnt Score Error Un
2322
JsonStdReadVanilla.readCurrencyPojoDefault thrpt 45 56405.881 ± 1022.490 ops/s
2423
JsonStdReadVanilla.readCurrencyPojoFast thrpt 45 58975.778 ± 1147.913 ops/s
2524

25+
java -Xmx256m -jar target/perf.jar ".*Json.*StdWriteVanilla.writeCurrencyPojo.*" -wi 3 -w 1 -i 5 -r 1 -f 5
26+
27+
Benchmark Mode Cnt Score Error Units
28+
JsonStdWriteVanilla.writeCurrencyPojoDefault thrpt 25 55172.044 ± 434.920 ops/s
29+
JsonStdWriteVanilla.writeCurrencyPojoFast thrpt 25 69496.599 ± 1300.986 ops/s
30+
2631
### Java 8 / all
2732

2833
java -Xmx256m -jar target/perf.jar ".*StdReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
@@ -37,6 +42,20 @@ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 139750
3742
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 14041.580 ± 89.200 ops/s
3843
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 13996.960 ± 89.777 ops/s
3944

45+
java -Xmx256m -jar target/perf.jar ".*StdWriteVan.*writeCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
46+
Benchmark Mode Cnt Score Error Units
47+
c.f.j.p.cbor.CBORStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 334490.341 ± 38820.039 ops/s
48+
c.f.j.p.cbor.CBORStdWriteVanilla.writeCurrencyPojoFast thrpt 9 347812.701 ± 13690.928 ops/s
49+
c.f.j.p.json.JsonStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 56328.096 ± 1009.909 ops/s
50+
c.f.j.p.json.JsonStdWriteVanilla.writeCurrencyPojoFast thrpt 9 68507.164 ± 1961.990 ops/s
51+
c.f.j.p.props.PropsStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 46226.597 ± 1180.796 ops/s
52+
c.f.j.p.props.PropsStdWriteVanilla.writeCurrencyPojoFast thrpt 9 46678.605 ± 962.163 ops/s
53+
c.f.j.p.smile.SmileStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 206610.847 ± 7099.727 ops/s
54+
c.f.j.p.smile.SmileStdWriteVanilla.writeCurrencyPojoFast thrpt 9 203525.166 ± 14180.344 ops/s
55+
c.f.j.p.toml.TOMLStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 48035.742 ± 1397.051 ops/s
56+
c.f.j.p.toml.TOMLStdWriteVanilla.writeCurrencyPojoFast thrpt 9 47422.304 ± 1273.414 ops/s
57+
58+
4059
### Java 17 / all
4160

4261
java -Xmx256m -jar target/perf.jar ".*StdReadVan.*readCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
@@ -52,3 +71,15 @@ c.f.j.p.smile.SmileStdReadVanilla.readCurrencyPojoFast thrpt 9 117318.50
5271
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoDefault thrpt 9 20530.346 ± 306.853 ops/s
5372
c.f.j.p.toml.TOMLStdReadVanilla.readCurrencyPojoFast thrpt 9 20531.955 ± 174.614 ops/s
5473

74+
java -Xmx256m -jar target/perf.jar ".*StdWriteVan.*writeCurrencyPojo.*" -wi 4 -w 1 -i 3 -r 1 -f 3
75+
Benchmark Mode Cnt Score Error Units
76+
c.f.j.p.cbor.CBORStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 309500.443 ± 25594.014 ops/s
77+
c.f.j.p.cbor.CBORStdWriteVanilla.writeCurrencyPojoFast thrpt 9 303616.729 ± 26793.865 ops/s
78+
c.f.j.p.json.JsonStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 53327.734 ± 5915.373 ops/s
79+
c.f.j.p.json.JsonStdWriteVanilla.writeCurrencyPojoFast thrpt 9 70114.536 ± 2574.878 ops/s
80+
c.f.j.p.props.PropsStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 45171.784 ± 2151.701 ops/s
81+
c.f.j.p.props.PropsStdWriteVanilla.writeCurrencyPojoFast thrpt 9 46026.605 ± 615.950 ops/s
82+
c.f.j.p.smile.SmileStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 192000.467 ± 3688.685 ops/s
83+
c.f.j.p.smile.SmileStdWriteVanilla.writeCurrencyPojoFast thrpt 9 190236.856 ± 4140.056 ops/s
84+
c.f.j.p.toml.TOMLStdWriteVanilla.writeCurrencyPojoDefault thrpt 9 47080.894 ± 1491.130 ops/s
85+
c.f.j.p.toml.TOMLStdWriteVanilla.writeCurrencyPojoFast thrpt 9 47663.538 ± 546.777 ops/s

0 commit comments

Comments
 (0)