We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e4f15 commit 683fc6aCopy full SHA for 683fc6a
.github/workflows/haskell-ci.yaml
@@ -122,4 +122,4 @@ jobs:
122
123
LANG="C" cabal run --project-file "$project_file" test -- --quickcheck-tests=10000 --quickcheck-max-size=256 --ansi-tricks=false
124
125
- LANG="C" cabal run --project-file "$project_file" bench -- --stdev 100 --timeout 600 --ansi-tricks=false
+ 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