-
Notifications
You must be signed in to change notification settings - Fork 8
DribbleBackend
Ryan Newton edited this page Feb 14, 2015
·
3 revisions
A simple backend that writes data to CSV files, exported by the module HSBencher.Backend.Dribble
(source here).
By default it will store files in the ~/.cabal/hsbencher/
directory (based on getAppUserDataDirectory "cabal"
), in a .csv
file named after the benchmark suite name (--name
, or default.csv
if none specified). The DribbleConf
data structure can be used to overwrite this destination and choose a custom file.