bench-all: add build benchmarks and make all benchmarks options

run: fix ./run -gu broken behaviour. Document ./tmu window switch failure.

readme: move travis failed attempt to readme.
This commit is contained in:
Ciro Santilli
2018-04-22 21:04:55 +01:00
parent 62f6870e4e
commit f10ef3a467
10 changed files with 280 additions and 93 deletions

2
runtc
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
. common
set -- ${cli_tc:-} "$@"
set -- ${cli_runtc:-} "$@"
while getopts a:gh OPT; do
case "$OPT" in
a)