Skip to content

Commit 68ed647

Browse files
committed
fix: add host kernel to the metric dimensions
Add host kernel number to the dimension set in the jailer performance test. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 0fd78cf commit 68ed647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/performance/test_jailer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_jailer_startup(
5252
{
5353
"instance": global_props.instance,
5454
"cpu_model": global_props.cpu_model,
55+
"host_kernel": f"linux-{global_props.host_linux_version}",
5556
"performance_test": "test_jailer_startup",
5657
"parallel": str(parallel),
5758
"mounts": str(mounts),

0 commit comments

Comments
 (0)