Skip to content

Commit 3b87887

Browse files
committed
[CI][Benchmarks] Clean Results description
Both 'stdout' and 'passed' fields were recently removed fro mthe Result class
1 parent cf4a9af commit 3b87887

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devops/scripts/benchmarks/CONTRIB.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ The suite is structured around three main components: Suites, Benchmarks, and Re
4242
* **Fields (set by Benchmark):**
4343
* `label`: Unique identifier for this *specific result type* within the benchmark instance (e.g., "Submit In Order Time"). Ideally contains `benchmark.name()`.
4444
* `value`: The measured numerical result (float).
45-
* `unit`: The unit of the value (string, e.g., "μs", "GB/s", "token/s").
4645
* `command`: The command list used to run the benchmark (`list[str]`).
4746
* `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").
5048
* `stddev`: Standard deviation, if calculated by the benchmark itself (float, default: 0.0).
5149
* `git_url`, `git_hash`: Git info for the benchmark's source code (string).
5250
* **Fields (set by Framework):**

0 commit comments

Comments
 (0)