Skip to content

Commit 29356cd

Browse files
committed
feat: add performance profile for pmem tests
In case we need to only run virtio-pmem performance tests. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 84bdbbb commit 29356cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipeline_perf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
"tests": "integration_tests/performance/test_jailer.py",
6666
"devtool_opts": "-c 1-10 -m 0",
6767
},
68+
"pmem": {
69+
"label": "💿 Pmem Performance",
70+
"tests": "integration_tests/performance/test_pmem.py",
71+
"devtool_opts": "-c 1-10 -m 0",
72+
},
6873
}
6974

7075
REVISION_A = os.environ.get("REVISION_A")

0 commit comments

Comments
 (0)