summaryrefslogtreecommitdiff
path: root/test/sequential/test-benchmark-async-hooks.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-benchmark-async-hooks.js')
-rw-r--r--test/sequential/test-benchmark-async-hooks.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/sequential/test-benchmark-async-hooks.js b/test/sequential/test-benchmark-async-hooks.js
deleted file mode 100644
index 4cb6f89a8c..0000000000
--- a/test/sequential/test-benchmark-async-hooks.js
+++ /dev/null
@@ -1,18 +0,0 @@
-'use strict';
-
-const common = require('../common');
-
-if (!common.hasCrypto)
- common.skip('missing crypto');
-
-if (!common.enoughTestMem)
- common.skip('Insufficient memory for async_hooks benchmark test');
-
-const runBenchmark = require('../common/benchmark');
-
-runBenchmark('async_hooks',
- [
- 'method=trackingDisabled',
- 'n=10'
- ],
- {});