mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
* Organize perf-stats runs * reorg * scripts/perf/timings-2026-02-22.txt * iterating * iterating * more * .gitignore * more * link checks
16 lines
489 B
Bash
16 lines
489 B
Bash
datafile=timings-2026-02-22.dat
|
|
|
|
mlr --d2p --from $datafile \
|
|
grep cat then reshape -s desc,seconds \
|
|
| sed '1s/^/#/' \
|
|
| pgr -cat -flabels -lul -lp -ms 5 -o cats.png &
|
|
|
|
mlr --d2p --from $datafile \
|
|
grep chain then reshape -s desc,seconds \
|
|
| sed '1s/^/#/' \
|
|
| pgr -cat -flabels -lul -lp -ms 5 -o chains.png &
|
|
|
|
mlr --d2p --from $datafile \
|
|
grep -v cat then grep -v chain then reshape -s desc,seconds \
|
|
| sed '1s/^/#/' \
|
|
| pgr -cat -flabels -lul -lp -ms 5 -o verbs.png &
|