diff options
author | Ben Sima <ben@bsima.me> | 2021-03-22 12:38:33 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-03-22 12:38:33 -0400 |
commit | f126ce71dd858a855ddaf3ed885415bec60bd188 (patch) | |
tree | 95dbad1fbd9e6515bf16e24270a9205c45daec17 /Biz/Devalloc.hs | |
parent | 3e1e344ea57e5c0eb77fdb10e9d8d625efa2e1e8 (diff) |
Remove dummy hotspots number
The right way to show number of hotspots would be to find files in which commit
frequency is more than like 1 standard deviation from the norm.
I could even show a histogram instead of a flame graph...
Diffstat (limited to 'Biz/Devalloc.hs')
-rw-r--r-- | Biz/Devalloc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Devalloc.hs b/Biz/Devalloc.hs index e102e94..0b4a88e 100644 --- a/Biz/Devalloc.hs +++ b/Biz/Devalloc.hs @@ -1509,7 +1509,7 @@ instance Lucid.ToHtml Analysis where Lucid.with score_ [Lucid.id_ "hotspots"] <| do title_ "Hotspots" - quantity_ "2" -- TODO + quantity_ "" -- TODO previewChart <| do Lucid.table_ [Lucid.class_ "charts-css column"] <| do Lucid.tr_ <| do |