Add artifact_1_bandwidth_analysis/tests/data/sample_affinity_off.json

This commit is contained in:
Mika 2026-03-19 13:57:23 +00:00
parent f7ed598957
commit 51e3c1a610

View file

@ -0,0 +1,12 @@
[
{"worker_id": "worker_A", "timestamp": 0.3},
{"worker_id": "worker_B", "timestamp": 1.1},
{"worker_id": "worker_C", "timestamp": 2.4},
{"worker_id": "worker_D", "timestamp": 2.9},
{"worker_id": "worker_E", "timestamp": 4.0},
{"worker_id": "worker_F", "timestamp": 4.6},
{"worker_id": "worker_G", "timestamp": 5.2},
{"worker_id": "worker_H", "timestamp": 6.1},
{"worker_id": "worker_I", "timestamp": 7.5},
{"worker_id": "worker_J", "timestamp": 8.0}
]