summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-01-19 17:43:44 +1100
committerDavid Hows <howsdav@gmail.com>2016-01-20 09:24:13 +1100
commit1743180fcf473f811ea9b76221ef3f1d91c8ac3a (patch)
tree6d1c180dd5551f839797df8cd790f8a98f9811cb /SConstruct
parent3223f52ef1da3f1029d2b6c7858cc4db4b6d7a48 (diff)
downloadmongo-1743180fcf473f811ea9b76221ef3f1d91c8ac3a.tar.gz
WT-2267 - WTPERF Throttle implementation
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 6a2b0497d15..3d15c96a225 100644
--- a/SConstruct
+++ b/SConstruct
@@ -458,6 +458,7 @@ t = env.Program("wtperf", [
"bench/wtperf/misc.c",
"bench/wtperf/track.c",
"bench/wtperf/wtperf.c",
+ "bench/wtperf/wtperf_throttle.c",
"bench/wtperf/wtperf_truncate.c",
],
LIBS=[wtlib, shim] + wtlibs)