aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorKirill Fomichev <fanatid@ya.ru>2019-06-22 13:37:51 +0300
committerKirill Fomichev <fanatid@ya.ru>2019-07-05 17:53:57 +0300
commit91509ffe247b0eacbf84214c7c9c3f8a0012f2eb (patch)
tree0180a24452e9ceaeabba0c64417bbf6ec1ed329c /build_msvc
parent4f378ac30cf66178564620b4a8ca9cad7f031cc3 (diff)
downloadbitcoin-91509ffe247b0eacbf84214c7c9c3f8a0012f2eb.tar.xz
bench: Benchmark blockToJSON
Diffstat (limited to 'build_msvc')
-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 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" />