Skip to content

Commit b789b1b

Browse files
committed
allows copy paste
1 parent d7263e7 commit b789b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measure/scripts/measure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function parseAndPrintTestResults(resultLines) {
5151
_.forEach(TESTS, (test, name) => {
5252
const testValues = parseTestValues(resultLines, test);
5353
const testAverage = _.round(_.mean(testValues));
54-
console.log(`"${name}": "${testAverage}"`);
54+
console.log(`"${name}": "${testAverage},"`);
5555
});
5656
console.log('\n\n\n');
5757
}

0 commit comments

Comments
 (0)