chore(tests/playground/report): Lean: rename GC to del
This commit is contained in:
parent
9c31425379
commit
7762efc334
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ def pp(bench, cat, prop):
|
|||
CATBAG = {
|
||||
'.lean': ("Lean [s]", "etime"),
|
||||
'.gcc.lean': ("Lean+GCC9", "etime"),
|
||||
'.gc.lean': ("GC [%]", "gc"),
|
||||
'.gc.lean': ("del [%]", "gc"),
|
||||
'.lean.perf': ("cache misses [1M/s]", "cache-misses"),
|
||||
'.hs': ("GHC", "etime"),
|
||||
'.gc.hs': ("GC [%]", "gc"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue