summaryrefslogtreecommitdiff
path: root/test/pummel/test-crypto-timing-safe-equal-benchmarks.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-crypto-timing-safe-equal-benchmarks.js')
-rw-r--r--test/pummel/test-crypto-timing-safe-equal-benchmarks.js11
1 files changed, 3 insertions, 8 deletions
diff --git a/test/pummel/test-crypto-timing-safe-equal-benchmarks.js b/test/pummel/test-crypto-timing-safe-equal-benchmarks.js
index 5560a4a256..4aad5ed20c 100644
--- a/test/pummel/test-crypto-timing-safe-equal-benchmarks.js
+++ b/test/pummel/test-crypto-timing-safe-equal-benchmarks.js
@@ -1,17 +1,12 @@
'use strict';
const common = require('../common');
-const assert = require('assert');
-
-if (!common.hasCrypto) {
+if (!common.hasCrypto)
common.skip('missing crypto');
- return;
-}
-if (!common.enoughTestMem) {
+if (!common.enoughTestMem)
common.skip('memory-intensive test');
- return;
-}
+const assert = require('assert');
const crypto = require('crypto');
const BENCHMARK_FUNC_PATH =