sass/dart-sass

Benchmarks: Record Dart VM time with JIT'd/warm code

开放

#16 创建于 2016年11月1日

 (2 条评论) (0 个反应) (0 位负责人)Dart (376 个派生)batch import
help wantedinfrastructure

仓库指标

星标
 (4,192 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

At least internally, we spin up a worker and use it for incremental rebuilds. This means the code/snapshot is already loaded, already JITd, and kept warm for the development cycle. This is more likely than spinning up to do a one-time build and closing.

贡献者指南