summaryrefslogtreecommitdiff
path: root/lua_benchmark/benchmark.sh
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-17 16:37:15 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-17 16:37:15 -0700
commit389e3a1e44a6e29655dd13b63132aa12dd6620d4 (patch)
tree167fdf9558df46779349a0d8cd69b1551be8f09d /lua_benchmark/benchmark.sh
parent22f6857bc2c029d41b924c9dcb8c42ad7a57df68 (diff)
baseline buddy allocator
Diffstat (limited to 'lua_benchmark/benchmark.sh')
-rwxr-xr-xlua_benchmark/benchmark.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua_benchmark/benchmark.sh b/lua_benchmark/benchmark.sh
index a7248ea..c910a8a 100755
--- a/lua_benchmark/benchmark.sh
+++ b/lua_benchmark/benchmark.sh
@@ -9,3 +9,4 @@ 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