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 e9f6a62 commit 5d63c10Copy full SHA for 5d63c10
2 files changed
test/parallel/test-benchmark-misc.js
@@ -0,0 +1,13 @@
1
+'use strict';
2
+
3
+require('../common');
4
5
+const runBenchmark = require('../common/benchmark');
6
7
+runBenchmark('misc', [
8
+ 'n=1',
9
+ 'val=magyarország.icom.museum',
10
+ 'millions=.000001',
11
+ 'type=extend',
12
+ 'concat=0'
13
+]);
test/parallel/test-benchmark-module.js
@@ -0,0 +1,11 @@
+runBenchmark('module', [
+ 'thousands=.001',
+ 'useCache=true',
+ 'fullPath=true'
0 commit comments