Skip to content

Commit

Permalink
shorten titles
Browse files Browse the repository at this point in the history
Goal is to display the formatted CSV (via column) one row per line
  • Loading branch information
pepeiborra committed Aug 21, 2022
1 parent 73e882f commit 293fecf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ghcide/bench/lib/Experiments.hs
Original file line number Diff line number Diff line change
Expand Up @@ -353,16 +353,16 @@ runBenchmarksFun dir allBenchmarks = do
, "samples"
, "startup"
, "setup"
, "userTime"
, "delayedTime"
, "firstBuildTime"
, "averageTimePerResponse"
, "totalTime"
, "buildRulesBuilt"
, "buildRulesChanged"
, "buildRulesVisited"
, "buildRulesTotal"
, "buildEdges"
, "userT"
, "delayedT"
, "1stBuildT"
, "avgPerRespT"
, "totalT"
, "rulesBuilt"
, "rulesChanged"
, "rulesVisited"
, "rulesTotal"
, "ruleEdges"
, "ghcRebuilds"
]
rows =
Expand Down

0 comments on commit 293fecf

Please sign in to comment.