Skip to content

Commit ff2ee3d

Browse files
JonathanWoollett-Lightbchalios
authored andcommitted
Update test_serialization_benchmark
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent e80ddff commit ff2ee3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/integration_tests/performance/test_versioned_serialization_benchmark.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
BASELINES = {
2323
"Intel": {
2424
"serialize": {
25-
"no-crc": {"target": 0.146, "delta": 0.025}, # milliseconds # milliseconds
26-
"crc": {"target": 0.205, "delta": 0.025}, # milliseconds # milliseconds
25+
"no-crc": {"target": 0.150, "delta": 0.03}, # milliseconds # milliseconds
26+
"crc": {"target": 0.205, "delta": 0.035}, # milliseconds # milliseconds
2727
},
2828
"deserialize": {
2929
"no-crc": {"target": 0.034, "delta": 0.015}, # milliseconds # milliseconds
@@ -36,14 +36,14 @@
3636
"crc": {"target": 0.108, "delta": 0.025}, # milliseconds # milliseconds
3737
},
3838
"deserialize": {
39-
"no-crc": {"target": 0.070, "delta": 0.02}, # milliseconds # milliseconds
39+
"no-crc": {"target": 0.030, "delta": 0.02}, # milliseconds # milliseconds
4040
"crc": {"target": 0.052, "delta": 0.04}, # milliseconds # milliseconds
4141
},
4242
},
4343
"ARM": {
4444
"serialize": {
45-
"no-crc": {"target": 0.05, "delta": 0.02}, # milliseconds # milliseconds
46-
"crc": {"target": 0.054, "delta": 0.02}, # milliseconds # milliseconds
45+
"no-crc": {"target": 0.050, "delta": 0.03}, # milliseconds # milliseconds
46+
"crc": {"target": 0.050, "delta": 0.025}, # milliseconds # milliseconds
4747
},
4848
"deserialize": {
4949
"no-crc": {"target": 0.057, "delta": 0.02}, # milliseconds # milliseconds

0 commit comments

Comments
 (0)