Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
components: rustfmt, clippy

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4

- name: Run compiler benchmarks
run: cargo bench --package ferrisscript_compiler -- --output-format bencher | tee compiler_bench.txt
Expand Down
Loading