progression-0.3: Automates the recording and graphing of criterion benchmarksSource codeContentsIndex
Progression.Files
Description
Some helper functions for dealing with the results (CSV) files.
Synopsis
findResultFiles :: IO [String]
makeFileName :: String -> FilePath
Documentation
findResultFiles :: IO [String]Source
Finds all the results files in the working directory, and returns a list of their labels.
makeFileName :: String -> FilePathSource

Given a label for a result-set, turns it into a CSV file name.

Currently this is done by prepending "bench-" and appending ".csv".

Produced by Haddock version 2.6.0