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 2e05dc5 commit 603e77fCopy full SHA for 603e77f
.buildkite/pipeline_perf.py
@@ -65,6 +65,11 @@
65
"tests": "integration_tests/performance/test_jailer.py",
66
"devtool_opts": "-c 1-10 -m 0",
67
},
68
+ "pmem": {
69
+ "label": "💿 Pmem Performance",
70
+ "tests": "integration_tests/performance/test_pmem.py integration_tests/performance/test_boottime.py::test_boottime",
71
+ "devtool_opts": "-c 1-10 -m 0",
72
+ },
73
}
74
75
REVISION_A = os.environ.get("REVISION_A")
0 commit comments