Skip to content

Commit c79ee67

Browse files
committed
Add a partial benchmark suit for testing the performance of our implementations. Add a new benchmark from Hoard allocator
1 parent 6b680b2 commit c79ee67

File tree

3 files changed

+495
-1
lines changed

3 files changed

+495
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MDRIVER_OBJS:= \
3333
libc_allocator.o \
3434
mdriver.o
3535

36-
BENCHMARKS:= cache-scratch.cpp cache-thrash.cpp larson.cpp linux-scalability.c
36+
BENCHMARKS:= cache-scratch.cpp cache-thrash.cpp larson.cpp linux-scalability.c shbench1.cpp
3737

3838
# Blank line ends list.
3939

0 commit comments

Comments
 (0)