We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626a7bf commit 778b2a6Copy full SHA for 778b2a6
benchmark/run.js
@@ -60,7 +60,7 @@ if (format === 'csv') {
60
for (const key of Object.keys(data.conf)) {
61
if (conf !== '')
62
conf += ' ';
63
- conf += ` ${key}=${JSON.stringify(data.conf[key])}`;
+ conf += `${key}=${JSON.stringify(data.conf[key])}`;
64
}
65
if (format === 'csv') {
66
// Escape quotes (") for correct csv formatting
0 commit comments