Module

BenchLib.Reporters.Html

Package
purescript-benchlib
Repository
m-bock/purescript-benchlib

#Color Source

type Color = { b :: Int, g :: Int, r :: Int }

#LineStyle Source

type LineStyle = { color :: Color, opacity :: Number, width :: Number }

#Opts Source

type Opts = { filePath :: String, lineStyles :: Array LineStyle }

#reportHtml Source