summaryrefslogtreecommitdiff
path: root/lua_benchmark/benchmark.sh
blob: a7248ea52d2fc6c322a871278fa5e3ae8f222e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback