fix non-lit benchmarking

This commit is contained in:
Elliott Marquez 2019-08-05 17:30:00 -07:00
parent 7749f35b3a
commit af615d15ac

View File

@ -136,6 +136,7 @@ export const measureFixtureCreation = async (
document.body.offsetWidth;
} else {
await new Promise(res => requestAnimationFrame(res));
document.body.offsetWidth;
}