There was an error while loading. Please reload this page.
1 parent c4178ab commit b8b248aCopy full SHA for b8b248a
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