Skip to content

Commit 5fa15db

Browse files
committed
shorten titles
Goal is to display the formatted CSV (via column) one row per line
1 parent bc907e9 commit 5fa15db

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ghcide/bench/lib/Experiments.hs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -350,16 +350,16 @@ runBenchmarksFun dir allBenchmarks = do
350350
, "samples"
351351
, "startup"
352352
, "setup"
353-
, "userTime"
354-
, "delayedTime"
355-
, "firstBuildTime"
356-
, "averageTimePerResponse"
357-
, "totalTime"
358-
, "buildRulesBuilt"
359-
, "buildRulesChanged"
360-
, "buildRulesVisited"
361-
, "buildRulesTotal"
362-
, "buildEdges"
353+
, "userT"
354+
, "delayedT"
355+
, "1stBuildT"
356+
, "avgPerRespT"
357+
, "totalT"
358+
, "rulesBuilt"
359+
, "rulesChanged"
360+
, "rulesVisited"
361+
, "rulesTotal"
362+
, "ruleEdges"
363363
, "ghcRebuilds"
364364
]
365365
rows =

0 commit comments

Comments
 (0)