rtfeldman/node-test-runner

Enable RTS flags?

クローズ

#325 opened on 2018/11/21

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (83 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (140 個のスター)
PR merge metrics
 (平均マージ 22d 16h) (30d で 6 merged PRs)

説明

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!

コントリビューターガイド