Reorganize the benchmark section.

Automate Linux kernel measures and move them into that new section.
This commit is contained in:
Ciro Santilli
2018-04-05 08:52:30 +01:00
parent e38a1dea92
commit 32920fd25d
6 changed files with 277 additions and 126 deletions

4
eeval Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cmd="$1"
echo "$cmd" | tee -a "${2:-/dev/null}"
eval "$cmd"