Add artifact.timing_analysis/tests/data/sample_timing.json
This commit is contained in:
parent
9c6a1ec1a3
commit
cb02f27ca1
1 changed files with 62 additions and 0 deletions
62
artifact.timing_analysis/tests/data/sample_timing.json
Normal file
62
artifact.timing_analysis/tests/data/sample_timing.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-06-01T12:00:00Z",
|
||||
"t_gate_read": 1.002,
|
||||
"t_index_visible": 1.018,
|
||||
"offset": 0.016
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:01:00Z",
|
||||
"t_gate_read": 1.100,
|
||||
"t_index_visible": 1.121,
|
||||
"offset": 0.021
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:02:00Z",
|
||||
"t_gate_read": 1.205,
|
||||
"t_index_visible": 1.227,
|
||||
"offset": 0.022
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:03:00Z",
|
||||
"t_gate_read": 1.298,
|
||||
"t_index_visible": 1.309,
|
||||
"offset": 0.011
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:04:00Z",
|
||||
"t_gate_read": 1.350,
|
||||
"t_index_visible": 1.392,
|
||||
"offset": 0.042
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:05:00Z",
|
||||
"t_gate_read": 1.405,
|
||||
"t_index_visible": 1.408,
|
||||
"offset": 0.003
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:06:00Z",
|
||||
"t_gate_read": 1.520,
|
||||
"t_index_visible": 1.561,
|
||||
"offset": 0.041
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:07:00Z",
|
||||
"t_gate_read": 1.580,
|
||||
"t_index_visible": 1.583,
|
||||
"offset": 0.003
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:08:00Z",
|
||||
"t_gate_read": 1.610,
|
||||
"t_index_visible": 1.678,
|
||||
"offset": 0.068
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-01T12:09:00Z",
|
||||
"t_gate_read": 1.705,
|
||||
"t_index_visible": 1.704,
|
||||
"offset": -0.001
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue