Skip to content

Commit 3e6df4e

Browse files
Alexandru-Cezar Sardanalxiord
Alexandru-Cezar Sardan
authored andcommitted
test/versioned_serialization: update VMM baselines
Since now we can save more MSRs in the snapshots we need to adjust the baselines for the test because it can take longer to serialize the VMM state. Signed-off-by: Alexandru-Cezar Sardan <[email protected]>
1 parent 3c9fb47 commit 3e6df4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration_tests/performance/test_versioned_serialization_benchmark.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
BASELINES = {
2323
"Intel": {
2424
"serialize": {
25-
"no-crc": {"target": 0.150, "delta": 0.03}, # milliseconds # milliseconds
26-
"crc": {"target": 0.205, "delta": 0.035}, # milliseconds # milliseconds
25+
"no-crc": {"target": 0.150, "delta": 0.036}, # milliseconds # milliseconds
26+
"crc": {"target": 0.205, "delta": 0.04}, # milliseconds # milliseconds
2727
},
2828
"deserialize": {
29-
"no-crc": {"target": 0.034, "delta": 0.015}, # milliseconds # milliseconds
30-
"crc": {"target": 0.042, "delta": 0.020}, # milliseconds # milliseconds
29+
"no-crc": {"target": 0.034, "delta": 0.02}, # milliseconds # milliseconds
30+
"crc": {"target": 0.042, "delta": 0.025}, # milliseconds # milliseconds
3131
},
3232
},
3333
"AMD": {

0 commit comments

Comments
 (0)