Skip to content

Commit

Permalink
Remove fixed WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
runeksvendsen committed Nov 4, 2024
1 parent 9f8ab1c commit 5cd9efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/web/BenchmarkWeb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runTests runQuery = do
allTestCasesNoTimeout <&> \testCase ->
bgroup (FunGraph.Test.queryTest_name testCase) $
[ ("all results", id)
, ("first result", untilFirstResult) -- WIP: verify this actually works
, ("first result", untilFirstResult)
] <&> \(name, modifyStream) ->
bgroup name
[ bench "with graph" $
Expand Down

0 comments on commit 5cd9efd

Please sign in to comment.