Add stability_analysis/tests/data/sample_run.json
This commit is contained in:
parent
919997538d
commit
18c2102aab
1 changed files with 12 additions and 0 deletions
12
stability_analysis/tests/data/sample_run.json
Normal file
12
stability_analysis/tests/data/sample_run.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"stable_cluster": ["runner_A-step_1", "runner_B-step_3"],
|
||||
"outlier_counts": {
|
||||
"expires_at_dist_hours": 2,
|
||||
"retry_total_overhead_ms": 1
|
||||
},
|
||||
"patterns": [
|
||||
"constant_runtime_pattern",
|
||||
"periodic_load_variation",
|
||||
"low_latency_streak"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue