From 3eb4c0b24040d1bb58b02024aa0fb986e78d6b6d Mon Sep 17 00:00:00 2001 From: Paul Sauve Date: Wed, 28 Jun 2017 16:04:10 -0500 Subject: [PATCH] Set iterations and add debug --- scripts/travis-bench.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/travis-bench.js b/scripts/travis-bench.js index 37cf7e6773..0f46b8639c 100644 --- a/scripts/travis-bench.js +++ b/scripts/travis-bench.js @@ -64,6 +64,7 @@ const args = [ `--server=http://${username}:${accessKey}@ondemand.saucelabs.com/wd/hub`, `--custom=${process.cwd()}`, `--output=${outputFile}`, + `--iterations=15`, ]; try { @@ -84,7 +85,7 @@ fetch(`https://${githubUsername}:${githubToken}@api.github.com/repos/sveltejs/sv .then(res => { let addComment = false; let editId = null; - + console.log('[DEBUG]', res); if (res.length === 0) { addComment = true; } else if (res[res.length - 1].user.id === id) {