Add automated performance measurement system.

This commit is contained in:
Taylor Hornby
2016-04-07 15:37:39 -06:00
parent c34d662f10
commit 6962bb3df0
8 changed files with 258 additions and 1 deletions

View File

@@ -376,6 +376,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "walletlock", &walletlock, true },
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, true },
{ "wallet", "walletpassphrase", &walletpassphrase, true },
{ "wallet", "zcbenchmark", &zc_benchmark, true },
{ "wallet", "zcrawkeygen", &zc_raw_keygen, true },
{ "wallet", "zcrawpour", &zc_raw_pour, true },
{ "wallet", "zcrawreceive", &zc_raw_receive, true }