|
17 | 17 | # has to be the node associated with the NUMA node from which we picked CPUs. |
18 | 18 | perf_test = { |
19 | 19 | "virtio-block-sync": { |
20 | | - "label": "💿 Virtio Sync Block Performance", |
| 20 | + "label": "virtio-block-sync", |
21 | 21 | "tests": "integration_tests/performance/test_block.py::test_block_performance -k 'not Async'", |
22 | 22 | "devtool_opts": "-c 1-10 -m 0", |
23 | 23 | }, |
24 | 24 | "virtio-block-async": { |
25 | | - "label": "💿 Virtio Async Block Performance", |
| 25 | + "label": "virtio-block-async", |
26 | 26 | "tests": "integration_tests/performance/test_block.py::test_block_performance -k Async", |
27 | 27 | "devtool_opts": "-c 1-10 -m 0", |
28 | 28 | }, |
29 | 29 | "vhost-user-block": { |
30 | | - "label": "💿 vhost-user Block Performance", |
| 30 | + "label": "vhost-user-block", |
31 | 31 | "tests": "integration_tests/performance/test_block.py::test_block_vhost_user_performance", |
32 | 32 | "devtool_opts": "-c 1-10 -m 0", |
33 | 33 | "ab_opts": "--noise-threshold 0.1", |
34 | 34 | }, |
35 | 35 | "network": { |
36 | | - "label": "📠 Network Latency and Throughput", |
| 36 | + "label": "network", |
37 | 37 | "tests": "integration_tests/performance/test_network.py", |
38 | 38 | "devtool_opts": "-c 1-10 -m 0", |
39 | 39 | # Triggers if delta is > 0.01ms (10µs) or default relative threshold (5%) |
40 | 40 | # only relevant for latency test, throughput test will always be magnitudes above this anyway |
41 | 41 | "ab_opts": "--absolute-strength 0.010", |
42 | 42 | }, |
43 | 43 | "snapshot-latency": { |
44 | | - "label": "📸 Snapshot Latency", |
| 44 | + "label": "snapshot-latency", |
45 | 45 | "tests": "integration_tests/performance/test_snapshot.py::test_restore_latency integration_tests/performance/test_snapshot.py::test_post_restore_latency integration_tests/performance/test_snapshot.py::test_snapshot_create_latency", |
46 | 46 | "devtool_opts": "-c 1-12 -m 0", |
47 | 47 | }, |
48 | 48 | "population-latency": { |
49 | | - "label": "📸 Memory Population Latency", |
| 49 | + "label": "population-latency", |
50 | 50 | "tests": "integration_tests/performance/test_snapshot.py::test_population_latency", |
51 | 51 | "devtool_opts": "-c 1-12 -m 0", |
52 | 52 | }, |
53 | 53 | "vsock-throughput": { |
54 | | - "label": "🧦 Vsock Throughput", |
| 54 | + "label": "vsock-throughput", |
55 | 55 | "tests": "integration_tests/performance/test_vsock.py", |
56 | 56 | "devtool_opts": "-c 1-10 -m 0", |
57 | 57 | }, |
58 | | - "memory-overhead": { |
59 | | - "label": "💾 Memory Overhead and 👢 Boottime", |
| 58 | + "memory-overhead-and-boottime": { |
| 59 | + "label": "memory-overhead-and-boottime", |
60 | 60 | "tests": "integration_tests/performance/test_memory_overhead.py integration_tests/performance/test_boottime.py::test_boottime", |
61 | 61 | "devtool_opts": "-c 1-10 -m 0", |
62 | 62 | }, |
63 | 63 | "jailer": { |
64 | | - "label": "⛓️ jailer", |
| 64 | + "label": "jailer", |
65 | 65 | "tests": "integration_tests/performance/test_jailer.py", |
66 | 66 | "devtool_opts": "-c 1-10 -m 0", |
67 | 67 | }, |
68 | 68 | "pmem": { |
69 | | - "label": "💿 Pmem Performance", |
| 69 | + "label": "pmem", |
70 | 70 | "tests": "integration_tests/performance/test_pmem.py", |
71 | 71 | }, |
72 | 72 | "mmds": { |
73 | | - "label": ":information_source: MMDS", |
| 73 | + "label": "mmds", |
74 | 74 | "tests": "integration_tests/performance/test_mmds.py", |
75 | 75 | "devtool_opts": "-c 1-10 -m 0", |
76 | 76 | }, |
|
0 commit comments