Add a fill/flush microbenchmark.

This commit is contained in:
David Goldblatt
2020-05-11 13:05:36 -07:00
committed by David Goldblatt
parent 33372cbd40
commit 97b7a9cf77
2 changed files with 78 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ CPP_SRCS :=
TESTS_INTEGRATION_CPP :=
endif
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
$(srcroot)test/stress/fill_flush.c \
$(srcroot)test/stress/large_microbench.c \
$(srcroot)test/stress/hookbench.c