We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dade165 commit f6930e6Copy full SHA for f6930e6
benchmarks/bench-cmp.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-./bench-cmp.pl "$@" | column -nts\; | less -SR
+(echo 'Benchmark;Runtime change;Original runtime'; ./bench-cmp.pl "$@") | column -nts\;
0 commit comments