beautify bench
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "bench.h"
|
||||
#include "bloom.h"
|
||||
#include "hash.h"
|
||||
#include "uint256.h"
|
||||
#include "utiltime.h"
|
||||
#include "crypto/ripemd160.h"
|
||||
#include "crypto/sha1.h"
|
||||
#include "crypto/sha256.h"
|
||||
#include "crypto/sha512.h"
|
||||
#include <bench/bench.h>
|
||||
#include <bloom.h>
|
||||
#include <hash.h>
|
||||
#include <uint256.h>
|
||||
#include <utiltime.h>
|
||||
#include <crypto/ripemd160.h>
|
||||
#include <crypto/sha1.h>
|
||||
#include <crypto/sha256.h>
|
||||
#include <crypto/sha512.h>
|
||||
|
||||
/* Number of bytes to hash per iteration */
|
||||
static const uint64_t BUFFER_SIZE = 1000*1000;
|
||||
|
||||
Reference in New Issue
Block a user