beautify bench

This commit is contained in:
Michel van Kessel
2020-12-17 14:21:06 +01:00
parent 21b81d1d59
commit e4281a84bc
11 changed files with 41 additions and 44 deletions

View File

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