Skip to content

Commit 0a835ef

Browse files
authored
Update benchmark/scripts/benchmark.js
1 parent 9763fbd commit 0a835ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/scripts/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ async function runMeasures(browser, testCaseName, testCase, times) {
7777
for (let i = 0; i < times; i += 1) {
7878
const url = `http://localhost:${PORT}/${APP}?${testCase}`;
7979
const page = await browser.openPage(url);
80-
// console.log('url', url)
8180

8281
const benchmark = await page.evaluate(() => {
8382
return window.timing.render;

0 commit comments

Comments
 (0)