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 (376 forks)batch import
help wantedinfrastructure

Repository metrics

Stars
 (4,192 stars)
PR merge metrics
 (Avg merge 8d 8h) (18 merged PRs in 30d)

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