tools: drop stats from defaults bench tests
This commit is contained in:
parent
d2b458197d
commit
ca9a247d99
@ -36,8 +36,7 @@ benchWithTimeit = do
|
||||
(t1,_) <- timeit ("print") $ print' opts j
|
||||
(t2,_) <- timeit ("register") $ register opts j
|
||||
(t3,_) <- timeit ("balance") $ balance opts j
|
||||
(t4,_) <- timeit ("stats") $ stats opts j
|
||||
printf "Total: %0.2fs\n" (sum [t0,t1,t2,t3,t4])
|
||||
printf "Total: %0.2fs\n" (sum [t0,t1,t2,t3])
|
||||
|
||||
timeit :: String -> IO a -> IO (Double, a)
|
||||
timeit name action = do
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# commands to be run by simplebench (executable is specified separately)
|
||||
|
||||
#-f bench/10000x1000x10.journal stats
|
||||
-f bench/10000x1000x10.journal print
|
||||
-f bench/10000x1000x10.journal register
|
||||
-f bench/10000x1000x10.journal balance
|
||||
-f bench/10000x1000x10.journal stats
|
||||
|
||||
Loading…
Reference in New Issue
Block a user