Skip to content

Commit ffc2b35

Browse files
connortsui20claude
andcommitted
ci(bench): clarify reusable benchmark workflow names
Rename the two vague reusable-workflow display names: "Core benchmarks" -> "Rust micro-benchmarks" (it runs the random-access and compression micro- benchmarks) and "SQL-related benchmarks" -> "SQL benchmarks". Display-name-only changes; callers reference these workflows by path, so nothing else changes. Signed-off-by: Connor Tsui <connor@spiraldb.com> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PQg1cgPLKJg4QVJvE2xa3Q
1 parent 51cd9f1 commit ffc2b35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bench-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Core benchmarks"
1+
name: Rust micro-benchmarks
22

33
# Reusable workflow for the Rust micro-benchmarks (random access, compression). Called by bench.yml
44
# (mode=develop) and bench-pr.yml (mode=pr). The matrix is resolved declaratively from

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "SQL-related benchmarks"
1+
name: SQL benchmarks
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)