sass/dart-sass

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

Open

#16 aperta il 1 nov 2016

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Dart (376 fork)batch import
help wantedinfrastructure

Metriche repository

Star
 (4192 star)
Metriche merge PR
 (Merge medio 8g 8h) (18 PR mergiate in 30 g)

Descrizione

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.

Guida contributor