Skip to content

Commit

Permalink
Fix forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Mar 21, 2024
1 parent 2deef41 commit c6d8f14
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions benchmarks/src/Benchmarks.elm
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ import String.Extra.IsBlank
main : BenchmarkRunner.Program
main =
describe "for core-extra"
[ -- application
-- , array
-- , arrayExtra
-- ,
listExtra

-- , tupleExtra
-- , setExtra
-- , stringExtra
[ application
, array
, arrayExtra
, listExtra
, tupleExtra
, setExtra
, stringExtra
]
|> BenchmarkRunner.program

Expand Down

0 comments on commit c6d8f14

Please sign in to comment.