Skip to content

Commit d276428

Browse files
committed
Fix wrong path in benchmarks instructions
1 parent 7d9d52f commit d276428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/public/benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This directory contains benchmark results for display on the website.
66

77
$ # Run the benchmarks:
88
$ cd benchmark/benchmark-lsp/
9-
$ stack run -- -m glob "*/open-wait-close/express-router.js" --json ../../website/benchmarks/open-wait-close-express-router-js.json --time-limit 20
9+
$ stack run -- -m glob "*/open-wait-close/express-router.js" --json ../../website/public/benchmarks/open-wait-close-express-router-js.json --time-limit 20

0 commit comments

Comments
 (0)