bench: Add wallet_balance benchmarks

This commit is contained in:
MarcoFalke
2019-04-10 15:06:31 -04:00
parent 78295e97b8
commit fa46ac3127
5 changed files with 76 additions and 1 deletions

View File

@@ -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>