Skip to content

Commit

Permalink
add just command for running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 1, 2024
1 parent 924b27e commit 4373d4b
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 mimetpye
bench path:
bazel run //src/workerd/tests:bench-{{path}}

0 comments on commit 4373d4b

Please sign in to comment.