beautify bench
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include "cashaddr.h"
|
||||
#include "bench.h"
|
||||
#include <cashaddr.h>
|
||||
#include <bench/bench.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -29,4 +29,4 @@ static void CashAddrDecode(benchmark::State &state) {
|
||||
}
|
||||
|
||||
BENCHMARK(CashAddrEncode);
|
||||
BENCHMARK(CashAddrDecode);
|
||||
BENCHMARK(CashAddrDecode);
|
||||
|
||||
Reference in New Issue
Block a user