Use a task runner for more granularity/parallelism

This commit is contained in:
Nick Gerleman
2022-12-24 05:57:36 -08:00
parent fb68379dee
commit d8296b9190
6 changed files with 855 additions and 35 deletions

View File

@@ -6,7 +6,6 @@
*/
const ITERATIONS = 2000;
const YGBENCHMARK = global.YGBENCHMARK ?? global.test;
YGBENCHMARK("Stack with flex", () => {
const root = Yoga.Node.create();