Closed
Description
opened on Feb 21, 2019
Unfortunately, it appears that one of the commits in #21573 (d345b0d) has resulted in a significant performance regression. test/pummel/test-crypto-timing-safe-equal-benchmarks.js
now takes about twice as long to run and is timing out in the nightly CI. This may be an edge-case thing that we don't care about, but I don't actually know.
$ time ./node-d345b0d test/pummel/test-crypto-timing-safe-equal-benchmarks.js
real 0m55.449s
user 0m53.389s
sys 0m8.196s
$ time ./node-8375c706 test/pummel/test-crypto-timing-safe-equal-benchmarks.js
real 0m28.996s
user 0m36.509s
sys 0m6.947s
$
Refs: #26216
/ping @ryzokuken
Activity