thesis version

This commit is contained in:
2021-05-10 18:14:13 +02:00
commit b688da651b
191 changed files with 35833 additions and 0 deletions

9
scripts/run_celero Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
bin=$(git rev-parse --show-toplevel)/release/celero_alsk
benchs=$(${bin} --list|tail -n+2|tr -d ' '|tr '\n' ' ')
for bench in ${benchs}; do
taskset -c 0,2,4,6 ${bin} -g "${bench}"
done