aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-10 15:06:31 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-15 16:49:34 -0400
commitfa46ac3127142358116c8473741708b3bb70ca15 (patch)
tree2a3a0a2f91df5ba0fcc0a6868a43290c458d36ea /build_msvc
parent78295e97b8d38ecf6628b5d8ce1efd3900a5c345 (diff)
downloadbitcoin-fa46ac3127142358116c8473741708b3bb70ca15.tar.xz
bench: Add wallet_balance benchmarks
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 7e27127f15..723e230d3a 100644
--- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
+++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
@@ -39,6 +39,7 @@
<ClCompile Include="..\..\src\bench\rpc_mempool.cpp" />
<ClCompile Include="..\..\src\bench\merkle_root.cpp" />
<ClCompile Include="..\..\src\bench\rollingbloom.cpp" />
+ <ClCompile Include="..\..\src\bench\wallet_balance.cpp" />
<ClCompile Include="..\..\src\bench\verify_script.cpp" />
</ItemGroup>
<ItemGroup>