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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+94Lines changed: 94 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,100 @@ All notable changes to **openvx-mark** are documented here.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows semantic versioning where the major version tracks backward compatibility of the JSON report schema.
6
6
7
7
## [Unreleased]
8
+
### Breaking — JSON/CSV report schema expanded
9
+
10
+
This release adds transparency fields to timing reports. Downstream
11
+
parsers that read CSV by fixed column index or JSON by a strict field
12
+
list will need updating:
13
+
14
+
-`TimingStats` now exposes `raw_mean_ms`, `raw_median_ms`,
15
+
`raw_stddev_ms`, `raw_cv_percent`, and `raw_sample_count` in both
16
+
JSON and CSV.
17
+
- JSON `config` gains `remove_outliers` and `exclude_unstable_from_scores`.
0 commit comments