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,9 +2,9 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bench.h"
#include "main.h"
#include "utiltime.h"
#include <bench/bench.h>
#include <main.h>
#include <utiltime.h>
// Sanity test: this should loop ten times, and
// min/max/average should be close to 100ms.