rtfeldman/node-test-runner

Enable RTS flags?

已關閉

#325 建立於 2018年11月21日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (83 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (140 顆星)
PR 合併指標
 (平均合併 22天 16小時) (30 天內合併 6 個 PR)

描述

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!

貢獻者指南