rtfeldman/node-test-runner

Enable RTS flags?

Chiusa

#325 aperta il 21 nov 2018

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (83 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (140 stelle)
Metriche merge PR
 (Merge medio 22g 16h) (6 PR mergiate in 30 g)

Descrizione

I've seen reports of elm make running substantially faster when using the RTS flag to configure Haskell's runtime options, e.g.

elm make +RTS -A128M -H128M -n8m -RTS src/Main.elm

We could do this when invoking elm make from elm-test.

It'd be a tiny code change, but I'd like to see some numbers to back it up before committing to it. If anyone would like to run some benchmarks and compare how fast things are before and after using the above (and ideally a few variations of those settings) specifically to run some elm-test suites, please post them here so we can discuss!

Guida contributor