Add queue_separation/tests/data/jobs_input.json
This commit is contained in:
parent
99c77b82d9
commit
3c8a10d47b
1 changed files with 50 additions and 0 deletions
50
queue_separation/tests/data/jobs_input.json
Normal file
50
queue_separation/tests/data/jobs_input.json
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"queue_type": "main",
|
||||||
|
"runtime": 2.3,
|
||||||
|
"retries": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"queue_type": "hotspot",
|
||||||
|
"runtime": 5.7,
|
||||||
|
"retries": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"queue_type": "main",
|
||||||
|
"runtime": 1.2,
|
||||||
|
"retries": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"queue_type": "hotspot",
|
||||||
|
"runtime": 4.9,
|
||||||
|
"retries": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"queue_type": "main",
|
||||||
|
"runtime": 3.5,
|
||||||
|
"retries": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"queue_type": "hotspot",
|
||||||
|
"runtime": 6.1,
|
||||||
|
"retries": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"queue_type": "main",
|
||||||
|
"runtime": 2.0,
|
||||||
|
"retries": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"queue_type": "hotspot",
|
||||||
|
"runtime": 5.3,
|
||||||
|
"retries": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue