chore(ci): set benchmark_name on script-based metrics for BQ slicing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Declan Carroll
2026-03-16 18:34:09 +00:00
parent b2e6be99d2
commit 70ff56c42f
2 changed files with 2 additions and 2 deletions

View File

@@ -62,4 +62,4 @@ metrics.push(
}),
);
await sendMetrics(metrics);
await sendMetrics(metrics, 'build-stats');

View File

@@ -71,4 +71,4 @@ if (metrics.length === 0) {
process.exit(0);
}
await sendMetrics(metrics);
await sendMetrics(metrics, 'docker-stats');