From 73f90c2dc533778f13b40bb0aeab47bb381a8fb7 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Thu, 23 Sep 2021 01:17:29 +0200 Subject: [PATCH] fix benchmark template Signed-off-by: Csaba Kiraly --- dagger/storageproofs/benchmark.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/dagger/storageproofs/benchmark.nim b/dagger/storageproofs/benchmark.nim index 227542bd..332b971a 100644 --- a/dagger/storageproofs/benchmark.nim +++ b/dagger/storageproofs/benchmark.nim @@ -1,4 +1,5 @@ import times, strutils +export strutils.formatFloat template benchmark*(benchmarkName: string, code: untyped) = let t0 = epochTime()