aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bench_bitcoin
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-23 11:11:14 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-25 10:13:23 -0500
commitfa38535130266896c430d146b05d0069e525dbe6 (patch)
tree4e209c9951d126fc083ccf5b0b803f5c67a9bb9a /build_msvc/bench_bitcoin
parentfa5dc3534be1d58bbca641a32cd87cd97ce8882a (diff)
downloadbitcoin-fa38535130266896c430d146b05d0069e525dbe6.tar.xz
bench: Benchmark MempoolToJSON
Diffstat (limited to 'build_msvc/bench_bitcoin')
-rw-r--r--build_msvc/bench_bitcoin/bench_bitcoin.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
index 771e8a56f4..44152bad7a 100644
--- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
+++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
@@ -32,6 +32,7 @@
<ClCompile Include="..\..\src\bench\examples.cpp" />
<ClCompile Include="..\..\src\bench\lockedpool.cpp" />
<ClCompile Include="..\..\src\bench\mempool_eviction.cpp" />
+ <ClCompile Include="..\..\src\bench\rpc_mempool.cpp" />
<ClCompile Include="..\..\src\bench\merkle_root.cpp" />
<ClCompile Include="..\..\src\bench\rollingbloom.cpp" />
<ClCompile Include="..\..\src\bench\verify_script.cpp" />