@@ -161,6 +161,7 @@ test-suite plutus-benchmark-nofib-tests
161
161
type : exitcode-stdio-1.0
162
162
main-is : Spec.hs
163
163
hs-source-dirs : nofib/test
164
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
164
165
build-depends :
165
166
, base >= 4.9 && < 5
166
167
, nofib-internal
@@ -226,6 +227,7 @@ test-suite plutus-benchmark-lists-tests
226
227
import : lang, ghc-version-support
227
228
type : exitcode-stdio-1.0
228
229
main-is : Spec.hs
230
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
229
231
hs-source-dirs : lists/test
230
232
other-modules :
231
233
Lookup.Spec
@@ -352,6 +354,7 @@ test-suite ed25519-costs-test
352
354
import : lang, ghc-version-support
353
355
type : exitcode-stdio-1.0
354
356
ghc-options : -Wno-unused-packages
357
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
355
358
hs-source-dirs : ed25519-costs/test ed25519-costs/src
356
359
main-is : Spec.hs
357
360
other-modules : PlutusBenchmark.Ed25519.Common
@@ -409,6 +412,7 @@ test-suite bls12-381-costs-test
409
412
import : lang, ghc-version-support
410
413
type : exitcode-stdio-1.0
411
414
main-is : Spec.hs
415
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
412
416
hs-source-dirs : bls12-381-costs/test
413
417
build-depends :
414
418
, base >= 4.9 && < 5
@@ -450,6 +454,7 @@ test-suite plutus-benchmark-script-contexts-tests
450
454
import : lang, ghc-version-support
451
455
type : exitcode-stdio-1.0
452
456
main-is : Spec.hs
457
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
453
458
hs-source-dirs : script-contexts/test
454
459
other-modules :
455
460
build-depends :
@@ -530,6 +535,7 @@ test-suite plutus-benchmark-marlowe-tests
530
535
import : lang, ghc-version-support
531
536
type : exitcode-stdio-1.0
532
537
main-is : Spec.hs
538
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
533
539
hs-source-dirs : marlowe/test
534
540
other-modules :
535
541
build-depends :
0 commit comments