diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-23 11:11:14 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-25 10:13:23 -0500 |
commit | fa38535130266896c430d146b05d0069e525dbe6 (patch) | |
tree | 4e209c9951d126fc083ccf5b0b803f5c67a9bb9a /build_msvc/bench_bitcoin | |
parent | fa5dc3534be1d58bbca641a32cd87cd97ce8882a (diff) |
bench: Benchmark MempoolToJSON
Diffstat (limited to 'build_msvc/bench_bitcoin')
-rw-r--r-- | build_msvc/bench_bitcoin/bench_bitcoin.vcxproj | 1 |
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" /> |