From 1a834935aed3c104293b92713ffb5ca6f66bbaad Mon Sep 17 00:00:00 2001 From: Albert Bausili Date: Tue, 15 Sep 2026 03:35:08 +0200 Subject: [PATCH] test: deliberately malformed benchmark cells (control for #67, do not merge) Two injections, to show the new gate going red in real CI: (a) results/v1.5.8/20260829/x86_64/env.json arch x86_64 -> arm64 (a mislabelled cell, the corruption scrubbed by hand in d3424f4) (b) results/v0.0.1/20260101/x86_64/summary.json schema_version 4.1, host_arch_pair without a slash, benchmarks not an array This branch exists only to make the `build` job fail. It is never merged. --- results/v0.0.1/20260101/x86_64/summary.json | 6 ++++++ results/v1.5.8/20260829/x86_64/env.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 results/v0.0.1/20260101/x86_64/summary.json diff --git a/results/v0.0.1/20260101/x86_64/summary.json b/results/v0.0.1/20260101/x86_64/summary.json new file mode 100644 index 0000000..477a0be --- /dev/null +++ b/results/v0.0.1/20260101/x86_64/summary.json @@ -0,0 +1,6 @@ +{ + "schema_version": "4.1", + "host_arch_pair": "linux-amd64", + "benchmarks": {}, + "_note": "deliberately malformed cell, control for docs#67 -- never merge" +} diff --git a/results/v1.5.8/20260829/x86_64/env.json b/results/v1.5.8/20260829/x86_64/env.json index fec6876..bd46bf0 100644 --- a/results/v1.5.8/20260829/x86_64/env.json +++ b/results/v1.5.8/20260829/x86_64/env.json @@ -1,7 +1,7 @@ { "schema_version": "env/1", "version": "v1.5.8", - "arch": "x86_64", + "arch": "arm64", "date": "20260829", "run_id": "run-1", "git_sha": "v1.5.8", @@ -25,4 +25,4 @@ "loadgen_version": "v1.4.13", "celeris_version": "v1.5.8" } -} \ No newline at end of file +}