We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52a759 commit b08aab5Copy full SHA for b08aab5
lib/node_modules/@stdlib/utils/timeit/bin/cli
@@ -36,7 +36,7 @@ function printCSV( results ) {
36
for ( i = 0; i < times.length; i++ ) {
37
console.log( '%d,%d', times[i][0], times[i][1] ); // eslint-disable-line no-console
38
}
39
-} // end FUNCTION printJSON()
+} // end FUNCTION printCSV()
40
41
/**
42
* Pretty prints results.
0 commit comments