(length)
| 7 | } |
| 8 | |
| 9 | function pseudoRandomString(length) { |
| 10 | return crypto.pseudoRandomBytes(length).toString('base64'); |
| 11 | } |
| 12 | |
| 13 | const Benchmark = require('benchmark'); |
| 14 | const suite = new Benchmark.Suite(); |
no outgoing calls
no test coverage detected
searching dependent graphs…