Skip to content

Commit

Permalink
Make the baseline rate benchmark concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jul 9, 2024
1 parent dfb8212 commit b8a279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/Streamly/Benchmark/Data/Stream/Rate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ o_1_space_async value =
[ bgroup
"avgRate"
-- benchIO "unfoldr" $ toNull
[ benchIOSrc "baseline" $ sourceUnfoldrM value
[ benchIOSrc "baseline" (Stream.parEval id . sourceUnfoldrM value)
, benchIOSrc "Nothing" $ rateNothing Stream.parEval id value
, benchIOSrc "1M" $ avgRate Stream.parEval id value 1000000
, benchIOSrc "3M" $ avgRate Stream.parEval id value 3000000
Expand Down

0 comments on commit b8a279e

Please sign in to comment.