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 77b0576 commit 033825dCopy full SHA for 033825d
.buildkite/pipeline_perf.py
@@ -60,6 +60,11 @@
60
"tests": "integration_tests/performance/test_memory_overhead.py integration_tests/performance/test_boottime.py::test_boottime",
61
"devtool_opts": "-c 1-10 -m 0",
62
},
63
+ "jailer": {
64
+ "label": "⛓️ jailer",
65
+ "tests": "integration_tests/performance/test_jailer.py",
66
+ "devtool_opts": "-c 1-10 -m 0",
67
+ },
68
}
69
70
REVISION_A = os.environ.get("REVISION_A")
0 commit comments