Skip to content
Snippets Groups Projects
Commit f75bd057 authored by Simon Sapin's avatar Simon Sapin
Browse files

Add a ./run script

Same as `cargo run` but:

* In release mode
* Uses `--` so that all arguments are passed to megafine
  instead of potentially being interpreted as Cargo arguments
parent 6c4f6b2f
No related branches found
No related tags found
1 merge request!1Initial implementation
......@@ -3,3 +3,9 @@
A tool for benchmarking Mercurial.
The name is inspired from [hyperfine](https://github.com/sharkdp/hyperfine).
Usage
-----
See `./run --help`
run 0 → 100755
#!/bin/sh
exec cargo run --release -- "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment