sass/dart-sass

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

Open

#16 geöffnet am 1. Nov. 2016

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (4.192 Stars) (376 Forks)batch import
help wantedinfrastructure

Beschreibung

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