|
27 | 27 | "devtool_opts": "-c 1-10 -m 0", |
28 | 28 | "ab_opts": "--noise-threshold 0.1", |
29 | 29 | }, |
30 | | - "network-latency": { |
31 | | - "label": "📠 Network Latency", |
32 | | - "test_path": "integration_tests/performance/test_network_ab.py::test_network_latency", |
| 30 | + "network": { |
| 31 | + "label": "📠 Network Latency and Throughput", |
| 32 | + "test_path": "integration_tests/performance/test_network_ab.py", |
33 | 33 | "devtool_opts": "-c 1-10 -m 0", |
34 | 34 | # Triggers if delta is > 0.01ms (10µs) or default relative threshold (5%) |
| 35 | + # only relevant for latency test, throughput test will always be magnitudes above this anyway |
35 | 36 | "ab_opts": "--absolute-strength 0.010", |
36 | 37 | }, |
37 | | - "network-throughput": { |
38 | | - "label": "📠 Network TCP Throughput", |
39 | | - "test_path": "integration_tests/performance/test_network_ab.py::test_network_tcp_throughput", |
40 | | - "devtool_opts": "-c 1-10 -m 0", |
41 | | - }, |
42 | 38 | "snapshot-latency": { |
43 | 39 | "label": "📸 Snapshot Latency", |
44 | | - "test_path": "integration_tests/performance/test_snapshot_ab.py", |
| 40 | + "test_path": "integration_tests/performance/test_snapshot_ab.py::test_restore_latency integration_tests/performance/test_snapshot_ab.py::test_post_restore_latency", |
| 41 | + "devtool_opts": "-c 1-12 -m 0", |
| 42 | + }, |
| 43 | + "population-latency": { |
| 44 | + "label": "📸 Memory Population Latency", |
| 45 | + "test_path": "integration_tests/performance/test_snapshot_ab.py::test_population_latency", |
45 | 46 | "devtool_opts": "-c 1-12 -m 0", |
46 | 47 | }, |
47 | 48 | "vsock-throughput": { |
|
0 commit comments