Increase block size to 2MB and update performance test.

This commit is contained in:
Sean Bowe
2016-07-07 16:53:16 -06:00
parent 89a9e46cc9
commit 000383c193
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ double benchmark_verify_equihash()
double benchmark_large_tx()
{
// Number of inputs in the spending transaction that we will simulate
const size_t NUM_INPUTS = 5550;
const size_t NUM_INPUTS = 11100;
// Create priv/pub key
CKey priv;