We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea339a commit 27e0532Copy full SHA for 27e0532
test/parallel/test-benchmark-string_decoder.js
@@ -0,0 +1,7 @@
1
+'use strict';
2
+
3
+require('../common');
4
5
+const runBenchmark = require('../common/benchmark');
6
7
+runBenchmark('string_decoder', ['n=1']);
0 commit comments