Add heatmap_visualization/tests/data/sample_logdata.json
This commit is contained in:
parent
9e048fa351
commit
23db01aa7c
1 changed files with 52 additions and 0 deletions
52
heatmap_visualization/tests/data/sample_logdata.json
Normal file
52
heatmap_visualization/tests/data/sample_logdata.json
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"worker_start_offset": -1.0,
|
||||||
|
"expires_at_dist_hours": 4.5,
|
||||||
|
"retry_total_overhead_ms": 120.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 0.0,
|
||||||
|
"expires_at_dist_hours": 5.0,
|
||||||
|
"retry_total_overhead_ms": 85.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 0.5,
|
||||||
|
"expires_at_dist_hours": 5.3,
|
||||||
|
"retry_total_overhead_ms": 200.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 1.0,
|
||||||
|
"expires_at_dist_hours": 5.7,
|
||||||
|
"retry_total_overhead_ms": 350.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 2.0,
|
||||||
|
"expires_at_dist_hours": 6.2,
|
||||||
|
"retry_total_overhead_ms": 620.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 3.0,
|
||||||
|
"expires_at_dist_hours": 6.9,
|
||||||
|
"retry_total_overhead_ms": 810.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": -2.5,
|
||||||
|
"expires_at_dist_hours": 3.5,
|
||||||
|
"retry_total_overhead_ms": 60.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 4.0,
|
||||||
|
"expires_at_dist_hours": 7.5,
|
||||||
|
"retry_total_overhead_ms": 950.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": 5.0,
|
||||||
|
"expires_at_dist_hours": 8.1,
|
||||||
|
"retry_total_overhead_ms": 1100.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"worker_start_offset": -0.5,
|
||||||
|
"expires_at_dist_hours": 4.8,
|
||||||
|
"retry_total_overhead_ms": 95.0
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue