sass/dart-sass

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

Open

#16 opened on Nov 1, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Dart (4,192 stars) (376 forks)batch import
help wantedinfrastructure

Description

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.

Contributor guide