From c4cba8b195019857d274f01809becdd3be369699 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Tue, 12 Aug 2025 04:22:25 +0300 Subject: [PATCH] Fix: Rename clickbench output file limbo/turso --- .github/workflows/rust_perf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index 3ee8527d2..cd8deee60 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -64,12 +64,12 @@ jobs: - name: Clickbench run: make clickbench - - name: Analyze LIMBO result with Nyrkiö + - name: Analyze TURSO result with Nyrkiö uses: nyrkio/change-detection@HEAD with: - name: clickbench/limbo + name: clickbench/turso tool: time - output-file-path: clickbench-limbo.txt + output-file-path: clickbench-tursodb.txt # What to do if a change is immediately detected by Nyrkiö. # Note that smaller changes are only detected with delay, usually after a change # persisted over 2-7 commits. Go to nyrkiö.com to view those or configure alerts.