Skip to content

Commit

Permalink
Merge pull request #2837 from cloudflare/yagiz/add-bench-command
Browse files Browse the repository at this point in the history
add just command for running benchmarks
  • Loading branch information
anonrig authored Oct 1, 2024
2 parents 38cbdaf + 2dc9596 commit 6438e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ update-deps prefix="":
update-rust package="full":
bazel run //deps/rust:crates_vendor -- --repin {{package}}

# example: just bench mimetype
bench path:
bazel run //src/workerd/tests:bench-{{path}}

0 comments on commit 6438e0b

Please sign in to comment.