1 2 3 4 5 6 7 8 9 10 11 12 13
{ "tests": [ { "test_name": "bench", "command": "pytest rust-vmm-ci/integration_tests/test_benchmark.py -s", "platform": [ "x86_64", "aarch64" ], "timeout_in_minutes": 15 } ] }