Skip to content
Snippets Groups Projects
Simon Sapin's avatar
Simon Sapin authored
ce0d4b84
History
Name Last commit Last update
cache
src
tmp
.gitlab-ci.yml
.hgignore
Cargo.lock
Cargo.toml
README.md
run

Megafine

A tool for benchmarking Mercurial. The name is inspired from hyperfine.

Usage

See ./run --help and ./run <subcommand> --help

Cleanup

hg clean -i tmp is safe to run any time Megafine is not running. It should usually do nothing, but might if a process was interrupted.

hg clean -i cache is safe to run any time Megafine is not running, at the cost of CPU time and/or network traffic to rebuild parts as they become needed again.