summaryrefslogtreecommitdiff
path: root/bench/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/main.hpp')
-rw-r--r--bench/main.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/main.hpp b/bench/main.hpp
index ee0e1e3..06243e3 100644
--- a/bench/main.hpp
+++ b/bench/main.hpp
@@ -7,7 +7,7 @@
#include <mutex>
extern std::vector<lib94::warrior *> warriors;
-extern std::chrono::milliseconds time_between_steps;
+extern std::chrono::nanoseconds time_between_steps;
extern std::mutex core_mutex;
std::string ns_to_string(std::chrono::nanoseconds dur);