-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsosrc
30 lines (30 loc) · 872 Bytes
/
sosrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#- patterns:
# - .*\.cabal$
# commands:
# - stack build --fast --trace --ghc-options="-threaded -rtsopts -fprof-cafs -fprof-auto -with-rtsopts=-N8"
# - stack build --fast
#- patterns:
# - .*\.l?hs$
# commands:
# - stack build --fast
#- patterns:
# - .*Part-Two\.lhs$
# commands:
# - stack exec part-two -- +RTS -N8 -p -hy -sstderr
# - ./pack-profiling.sh part-two
#- patterns:
# - .*Sandbox\.hs$
# commands:
# - stack exec sandbox -- +RTS -N8 -p -hy -sstderr
#- patterns:
# - .*EntityMain\.hs$
# commands:
# #- stack exec entity -- +RTS -N8 -p -hy -sstderr
# #- stack build --trace --fast --ghc-options="-threaded -fprof-cafs -fprof-auto"
# - stack build --fast
# - stack exec entity -- +RTS -N8 -H512m -A4m
- patterns:
- [^_]*\.hs$
commands:
- stack build --trace --library-profiling --executable-profiling
- stack exec mapmaker -- +RTS -xc -p