-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformance-baselines.json
More file actions
36 lines (36 loc) · 980 Bytes
/
performance-baselines.json
File metadata and controls
36 lines (36 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "0.1.72",
"last_updated": "2024-12-15T00:00:00Z",
"baselines": {
"cli_startup": {
"test_name": "cli_startup",
"mean_time_ns": 500000000,
"std_dev_ns": 100000000,
"p95_time_ns": 700000000,
"p99_time_ns": 900000000,
"sample_size": 50,
"timestamp": "2024-12-15T00:00:00Z",
"target_threshold_ns": 3000000000
},
"response_time": {
"test_name": "response_time",
"mean_time_ns": 100000000,
"std_dev_ns": 20000000,
"p95_time_ns": 150000000,
"p99_time_ns": 200000000,
"sample_size": 100,
"timestamp": "2024-12-15T00:00:00Z",
"target_threshold_ns": 500000000
},
"memory_usage": {
"test_name": "memory_usage",
"mean_time_ns": 100000000,
"std_dev_ns": 20000000,
"p95_time_ns": 150000000,
"p99_time_ns": 200000000,
"sample_size": 50,
"timestamp": "2024-12-15T00:00:00Z",
"target_threshold_ns": null
}
}
}