Skip to content

Commit 5e6bc9d

Browse files
committed
fix benchmark script include statement
1 parent 197138f commit 5e6bc9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmark.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# nu benchmark/benchmark.nu
1010
# To use this script in CI, see .github/workflows/benchmark.yml.
1111

12-
use "../nurfile" run-cmd
12+
use "../.github/common.nu" run-cmd
1313

1414
# Build release version of cpp-linter (rust) binary
1515
#

0 commit comments

Comments
 (0)