File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
^dist$
2
- ^benchmarks/bench$
2
+ ^benchmarks/(?:dist| bench) $
3
3
^tests/(?:Map|Set)Properties$
4
4
\.(?:aux|eventlog|h[ip]|log|[oa]|orig|prof|ps|rej|swp)$
5
5
~$
Original file line number Diff line number Diff line change
1
+ name : unordered-containers-benchmarks
2
+ version : 0
3
+ build-type : Simple
4
+
5
+ cabal-version : >= 1.2
6
+
7
+ executable unordered-containers-benchmarks
8
+ ghc-options : -Wall -O2
9
+ cc-options : -msse4.1
10
+ c-sources :
11
+ ../cbits/popc.c
12
+ hs-source-dirs : .. .
13
+ main-is : Benchmarks.hs
14
+ other-modules :
15
+ Data.HashMap.Array
16
+ Data.HashMap.Base
17
+ Data.HashMap.Lazy
18
+ Data.HashMap.PopCount
19
+ Data.HashMap.Strict
20
+ Data.HashMap.Unsafe
21
+ Data.HashMap.UnsafeShift
22
+ Data.HashSet
23
+ build-depends :
24
+ base,
25
+ bytestring,
26
+ containers,
27
+ criterion,
28
+ deepseq,
29
+ ghc-prim,
30
+ hashable,
31
+ mtl,
32
+ random
You can’t perform that action at this time.
0 commit comments