Add extrae and perf stages

This commit is contained in:
2020-09-02 10:44:13 +02:00
parent d05d32edbf
commit d469ccd59d
11 changed files with 368 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
mkdir -p $out/bin
cat > $out/bin/run <<EOF
#!/bin/sh
set -e
#set -e
for n in {1..30}; do
$program/bin/run
done