progression-0.5.0.2: Automates the recording and graphing of criterion benchmarks

Safe HaskellSafe-Inferred

Progression.Files

Description

Some helper functions for dealing with the results (CSV) files.

Synopsis

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".