We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e8073 commit 10169a3Copy full SHA for 10169a3
.buildkite/pipeline_perf.py
@@ -55,9 +55,14 @@
55
"tests": "integration_tests/performance/test_vsock.py",
56
"devtool_opts": "-c 1-10 -m 0",
57
},
58
- "memory-overhead-and-boottime": {
59
- "label": "memory-overhead-and-boottime",
60
- "tests": "integration_tests/performance/test_memory_overhead.py integration_tests/performance/test_boottime.py::test_boottime",
+ "memory-overhead": {
+ "label": "memory-overhead",
+ "tests": "integration_tests/performance/test_memory_overhead.py",
61
+ "devtool_opts": "-c 1-10 -m 0",
62
+ },
63
+ "boottime": {
64
+ "label": "boottime",
65
+ "tests": "integration_tests/performance/test_boottime.py::test_boottime",
66
67
68
"jailer": {
0 commit comments