Skip to content

Commit 53cb747

Browse files
committed
Formatting fixes
1 parent 55f8f3c commit 53cb747

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Static benchmark READMEs in `bench/` (small, medium, large, stress) exercise eve
131131

132132
```bash
133133
./bench/run # run benchmarks, print results
134-
./bench/run --log # also save to bench/results.csv (should only be used by release script / run when creating a new release)
134+
./bench/run --log # also save to bench/results.csv (should only be used by release script / only run when creating a new release)
135135
```
136136

137137
Benchmarks run automatically during `./release` and are recorded in `bench/results.csv`.

bench/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ printf "\n"
8585
printf " hdi %s on %s\n" "$version" "$machine"
8686
printf " %s — %d runs per fixture\n\n" "$timestamp" "$RUNS"
8787
printf " %-12s %6s %8s\n" "Fixture" "Lines" "Median"
88-
printf " %-12s %6s %8s\n" "───────" "─────" "──────"
88+
printf " %-12s %6s %8s\n" "─────────────────────────────"
8989
for i in "${!names[@]}"; do
9090
printf " %-12s %6s %7sms\n" "${names[$i]}" "${lines[$i]}" "${medians[$i]}"
9191
done

0 commit comments

Comments
 (0)