You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archived runs older than 3 times the specified days are not included in
the dashboard, i.e.. when archiving data older than 7 days, runs older
than 21 days are not included.
This change will prevent the archived data file used in the dashboard
from a limitless size grow.
Copy file name to clipboardExpand all lines: devops/scripts/benchmarks/CONTRIB.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,9 @@ The suite is structured around three main components: Suites, Benchmarks, and Re
42
42
***Fields (set by Benchmark):**
43
43
*`label`: Unique identifier for this *specific result type* within the benchmark instance (e.g., "Submit In Order Time"). Ideally contains `benchmark.name()`.
44
44
*`value`: The measured numerical result (float).
45
-
*`unit`: The unit of the value (string, e.g., "μs", "GB/s", "token/s").
46
45
*`command`: The command list used to run the benchmark (`list[str]`).
47
46
*`env`: Environment variables used (`dict[str, str]`).
48
-
*`stdout`: Full standard output of the benchmark run (string).
49
-
*`passed`: Boolean indicating if verification passed (default: `True`).
47
+
*`unit`: The unit of the value (string, e.g., "μs", "GB/s", "token/s").
50
48
*`stddev`: Standard deviation, if calculated by the benchmark itself (float, default: 0.0).
51
49
*`git_url`, `git_hash`: Git info for the benchmark's source code (string).
0 commit comments