Add a stress test for batch allocation

This commit is contained in:
Yinan Zhang
2020-07-31 15:56:38 -07:00
parent f6cf5eb388
commit e032a1a1de
2 changed files with 90 additions and 1 deletions

View File

@@ -298,7 +298,8 @@ TESTS_ANALYZE := $(srcroot)test/analyze/rand.c \
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
$(srcroot)test/stress/fill_flush.c \
$(srcroot)test/stress/large_microbench.c \
$(srcroot)test/stress/hookbench.c
$(srcroot)test/stress/hookbench.c \
$(srcroot)test/stress/batch_alloc.c
TESTS := $(TESTS_UNIT) $(TESTS_INTEGRATION) $(TESTS_INTEGRATION_CPP) \