summaryrefslogtreecommitdiff
path: root/lua_benchmark/benchmark.sh
blob: c910a8a39734083112cfef3fa8bda4f1ad890e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -x
set -e

make -B

time ./build/system $1
time ./build/jemalloc $1
time ./build/magic_buddy $1
time ./build/growing_magic_buddy $1
time ./build/baseline_buddy $1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback