Skip to content

Commit e6ad2af

Browse files
ShadowCursedianpopa
authored andcommitted
added missing baselines
Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent e37ee40 commit e6ad2af

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

tests/integration_tests/performance/test_boottime.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"aarch64": {
3030
"m6g.metal": {
3131
"ARM_NEOVERSE_N1": 205000,
32-
}
32+
},
33+
"c7g.metal": {
34+
"ARM_NEOVERSE_V1": 205000,
35+
},
3336
},
3437
}
3538
# TODO: Keep a `current` boot time in S3 and validate we don't regress

tests/integration_tests/performance/test_snapshot_perf.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,25 @@
141141
"2vcpu_512mb.json": {"target": 310},
142142
},
143143
},
144-
}
144+
},
145+
"c7g.metal": {
146+
"4.14": {
147+
"sync": {
148+
"2vcpu_256mb.json": {"target": 2},
149+
"2vcpu_512mb.json": {"target": 2},
150+
}
151+
},
152+
"5.10": {
153+
"sync": {
154+
"2vcpu_256mb.json": {"target": 2},
155+
"2vcpu_512mb.json": {"target": 2},
156+
},
157+
"async": {
158+
"2vcpu_256mb.json": {"target": 320},
159+
"2vcpu_512mb.json": {"target": 360},
160+
},
161+
},
162+
},
145163
},
146164
}
147165

tests/integration_tests/performance/test_versioned_serialization_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"crc": {"target": 0.050, "delta": 0.025}, # milliseconds # milliseconds
5050
},
5151
"deserialize": {
52-
"no-crc": {"target": 0.057, "delta": 0.02}, # milliseconds # milliseconds
53-
"crc": {"target": 0.063, "delta": 0.02}, # milliseconds # milliseconds
52+
"no-crc": {"target": 0.031, "delta": 0.02}, # milliseconds # milliseconds
53+
"crc": {"target": 0.038, "delta": 0.02}, # milliseconds # milliseconds
5454
},
5555
},
5656
}

0 commit comments

Comments
 (0)