Commit 814e88e
authored
feat: Narrow the bar display by another couple of characters by using ANSI line drawing. (#134)
test 1 ▏█████████████████████████▕ 125,555,696 ops/sec | 11 samples
By using a left and right justified equivalent of "|" there's enough space
to distinguish the bar from the end braces. These still look reasonable
pasted into Github issue comments (which was the problem with one of
my earlier attempts to make the bar display narrower).
Since the important info in the chart output is at the right end of
the line, this is what will probably be the last in my edits to
try to shift the punchline of the output as far left as is possible.1 parent 35eb144 commit 814e88e
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments