Formatting fix, end to end test run

This commit is contained in:
Nathan Braswell
2022-05-19 00:56:18 -04:00
parent 3eea883ebd
commit c7f3ee0e18
6 changed files with 62 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ nix develop -i -c bash -c 'ulimit -s unlimited && find build -type f -executable
nix develop -i -c bash -c 'ulimit -s unlimited && find build -type f -executable -name \*cfold\* -printf "\"%p 5\"\n" | xargs hyperfine --ignore-failure --warmup 2 --export-markdown cfold_table.md'
nix develop -i -c bash -c 'ulimit -s unlimited && find build -type f -executable -name \*deriv\* -printf "\"%p 8\"\n" | xargs hyperfine --ignore-failure --warmup 2 --export-markdown deriv_table.md'
printf "#Benchmarks\n\n" > benchmarks.md
printf "# Benchmarks\n\n" > benchmarks.md
for x in *_table.md
do
printf "## $x\n\n" >> benchmarks.md