| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5331454 commit 5b88cb7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | 3 | const common = require('../common'); | |
| 4 | 4 | ||
| 5 | + if (!common.hasCrypto) | ||
| 6 | + common.skip('missing crypto'); | ||
| 7 | + | ||
| 5 | 8 | if (!common.enoughTestMem) | |
| 6 | 9 | common.skip('Insufficient memory for TLS benchmark test'); | |
| 7 | 10 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments