Add generate_report/tests/data/sample_analysis_summary.json
This commit is contained in:
parent
574e5c0aa8
commit
5daefcfb6a
1 changed files with 6 additions and 0 deletions
6
generate_report/tests/data/sample_analysis_summary.json
Normal file
6
generate_report/tests/data/sample_analysis_summary.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"batch_count": 5,
|
||||||
|
"avg_latency": 123.45,
|
||||||
|
"max_latency": 321.89,
|
||||||
|
"drift_detected": false
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue