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!

贡献者指南