Skip to content

Commit

Permalink
bench: shorten names to workaround 256 symbol limit on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Nov 4, 2020
1 parent f4bc918 commit a83b778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bench/bench-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,24 @@ common bench-stanza
cpp-options: -DINTEGER_GMP
build-depends: integer-gmp >= 0.2

benchmark bench-bytestring-builder
benchmark bench-builder
import: bench-stanza
main-is: BenchAll.hs
type: exitcode-stdio-1.0
build-depends: random

benchmark bench-builder-boundscheck
benchmark bench-boundscheck
import: bench-stanza
main-is: BoundsCheckFusion.hs
type: exitcode-stdio-1.0

benchmark bench-builder-csv
benchmark bench-csv
import: bench-stanza
main-is: CSV.hs
type: exitcode-stdio-1.0
build-depends: bytestring, dlist, text

benchmark bench-strict-indices
benchmark bench-indices
import: bench-stanza
main-is: BenchIndices.hs
type: exitcode-stdio-1.0

0 comments on commit a83b778

Please sign in to comment.