diff options
author | Kirill Fomichev <fanatid@ya.ru> | 2019-06-22 13:37:51 +0300 |
---|---|---|
committer | Kirill Fomichev <fanatid@ya.ru> | 2019-07-05 17:53:57 +0300 |
commit | 91509ffe247b0eacbf84214c7c9c3f8a0012f2eb (patch) | |
tree | 0180a24452e9ceaeabba0c64417bbf6ec1ed329c /build_msvc/bench_bitcoin | |
parent | 4f378ac30cf66178564620b4a8ca9cad7f031cc3 (diff) |
bench: Benchmark blockToJSON
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 9b6a298859..e64614c09d 100644 --- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj +++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj @@ -24,6 +24,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_blockchain.cpp" /> <ClCompile Include="..\..\src\bench\rpc_mempool.cpp" /> <ClCompile Include="..\..\src\bench\merkle_root.cpp" /> <ClCompile Include="..\..\src\bench\rollingbloom.cpp" /> |