Seed projects and scripts to capture stats for gauge execution. Over time, this should reveal comparisons across gauge versions.
./benchmark.sh [output_dir(default=./out)] [directory(default=all)]
- Copy over the new project to the root of this project
- Create a
run.sh
file in the root of the new project, that should invoke the run for all combinations to be benchmarked. Seejava_simple/run.sh
for reference.
- the script attempts to capture %CPU, Memory, execution time and the exit code. It uses the unix
time
command.