Module

Benchotron.UI.Console

Package
purescript-benchotron
Repository
hdgarrood/purescript-benchotron

#Answer Source

data Answer

Constructors

#runSuite Source

runSuite :: forall e. Array Benchmark -> Eff (BenchEffects e) Unit

TODO: Only fetch one seed from global random generator, have this return BenchM instead?

#runBenchmarkConsole Source

#getInitialState Source

getInitialState :: forall e. Eff (random :: RANDOM | e) GenState

#runBenchM' Source

runBenchM' :: forall a e. BenchM e a -> Eff (BenchEffects e) a

#benchmarkToFile Source

benchmarkToFile :: forall e. Benchmark -> String -> Eff (BenchEffects e) Unit

Run a benchmark and print the results to a file. This will only work on node.js.

#benchmarkToStdout Source

benchmarkToStdout :: forall e. Benchmark -> Eff (BenchEffects e) Unit

Run a benchmark and print the results to standard output. This will only work on node.js.