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

@@ -18,3 +18,7 @@ module.exports = async () => {
global.Yoga = await require("./dist/entrypoint/asmjs-async").loadYoga();
}
};
Object.defineProperty(global, "YGBENCHMARK", {
get: () => global.test,
});