Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: improve performance of test-crypto-timing-safe-equal-benchmarks
Resetting require.cache() to `Object.create(null)` each time rather than deleting the specific key results in a 10x improvement in running time. Fixes: nodejs#25984 Refs: nodejs#26229
- Loading branch information