Skip to content

Commit 683fc6a

Browse files
committed
Run less benchmarks so that they don’t time out. Important bit is to run them at all
1 parent 15e4f15 commit 683fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
123123
LANG="C" cabal run --project-file "$project_file" test -- --quickcheck-tests=10000 --quickcheck-max-size=256 --ansi-tricks=false
124124
125-
LANG="C" cabal run --project-file "$project_file" bench -- --stdev 100 --timeout 600 --ansi-tricks=false
125+
LANG="C" cabal run --project-file "$project_file" bench -- --stdev 100 --timeout 600 --ansi-tricks=false -p '/Sorting fuzzy matching scores vector/ || /Sorting 10 random arrays of length 100,000 with few duplicates/'

0 commit comments

Comments
 (0)