sass/dart-sass

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

Open

#16 ouverte le 1 nov. 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)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.

Guide contributeur