Use a task runner for more granularity/parallelism
This commit is contained in:
@@ -18,3 +18,7 @@ module.exports = async () => {
|
||||
global.Yoga = await require("./dist/entrypoint/asmjs-async").loadYoga();
|
||||
}
|
||||
};
|
||||
|
||||
Object.defineProperty(global, "YGBENCHMARK", {
|
||||
get: () => global.test,
|
||||
});
|
||||
|
Reference in New Issue
Block a user