Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: refactor ArrayBuffer to bigint conversion utils #45567

Merged
merged 1 commit into from Nov 27, 2022

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Nov 21, 2022

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto

@nodejs-github-bot nodejs-github-bot added crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. typings labels Nov 21, 2022
@aduh95
Copy link
Contributor Author

aduh95 commented Nov 21, 2022

Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1229/

Results
                                                                                                                confidence improvement accuracy (*)    (**)   (***)
crypto/aes-gcm-throughput.js len=1024 cipher='aes-128-gcm' n=500                                                               -6.92 %       ±7.87% ±10.49% ±13.70%
crypto/aes-gcm-throughput.js len=1024 cipher='aes-192-gcm' n=500                                                                1.11 %       ±7.14%  ±9.50% ±12.36%
crypto/aes-gcm-throughput.js len=1024 cipher='aes-256-gcm' n=500                                                                2.24 %       ±7.29%  ±9.72% ±12.67%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-128-gcm' n=500                                                             0.36 %       ±8.27% ±11.01% ±14.34%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-192-gcm' n=500                                                            -3.29 %       ±5.92%  ±7.88% ±10.26%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-256-gcm' n=500                                                             2.98 %       ±4.56%  ±6.07%  ±7.91%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-128-gcm' n=500                                                               1.88 %       ±7.86% ±10.46% ±13.62%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-192-gcm' n=500                                                               4.55 %       ±7.77% ±10.35% ±13.49%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-256-gcm' n=500                                                               6.92 %       ±7.59% ±10.11% ±13.20%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-128-gcm' n=500                                                              7.99 %       ±8.59% ±11.45% ±14.92%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-192-gcm' n=500                                                             -6.62 %       ±7.84% ±10.44% ±13.60%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-256-gcm' n=500                                                              0.66 %       ±7.64% ±10.17% ±13.23%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-128-gcm' n=500                                                               -5.99 %       ±7.76% ±10.34% ±13.48%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-192-gcm' n=500                                                                0.30 %       ±7.50%  ±9.98% ±13.00%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-256-gcm' n=500                                                         *     10.18 %       ±7.97% ±10.61% ±13.83%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-128-gcm' n=500                                                              -3.77 %       ±5.95%  ±7.92% ±10.31%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-192-gcm' n=500                                                               2.98 %       ±8.14% ±10.83% ±14.10%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-256-gcm' n=500                                                               2.28 %       ±7.54% ±10.04% ±13.06%
crypto/cipher-stream.js api='legacy' len=102400 type='asc' cipher='AES192' writes=500                                           0.90 %       ±5.00%  ±6.65%  ±8.66%
crypto/cipher-stream.js api='legacy' len=102400 type='asc' cipher='AES256' writes=500                                           0.41 %       ±6.61%  ±8.83% ±11.54%
crypto/cipher-stream.js api='legacy' len=102400 type='buf' cipher='AES192' writes=500                                           0.06 %       ±5.88%  ±7.84% ±10.23%
crypto/cipher-stream.js api='legacy' len=102400 type='buf' cipher='AES256' writes=500                                          -3.51 %       ±4.45%  ±5.92%  ±7.72%
crypto/cipher-stream.js api='legacy' len=102400 type='utf' cipher='AES192' writes=500                                           2.25 %       ±4.91%  ±6.53%  ±8.51%
crypto/cipher-stream.js api='legacy' len=102400 type='utf' cipher='AES256' writes=500                                           2.30 %       ±3.94%  ±5.24%  ±6.82%
crypto/cipher-stream.js api='legacy' len=1024 type='asc' cipher='AES192' writes=500                                            -3.01 %       ±6.88%  ±9.16% ±11.92%
crypto/cipher-stream.js api='legacy' len=1024 type='asc' cipher='AES256' writes=500                                             6.90 %       ±9.47% ±12.70% ±16.74%
crypto/cipher-stream.js api='legacy' len=1024 type='buf' cipher='AES192' writes=500                                            -6.78 %      ±10.30% ±13.79% ±18.13%
crypto/cipher-stream.js api='legacy' len=1024 type='buf' cipher='AES256' writes=500                                             0.52 %       ±8.72% ±11.60% ±15.10%
crypto/cipher-stream.js api='legacy' len=1024 type='utf' cipher='AES192' writes=500                                      *      7.15 %       ±7.06%  ±9.41% ±12.28%
crypto/cipher-stream.js api='legacy' len=1024 type='utf' cipher='AES256' writes=500                                             2.39 %       ±6.83%  ±9.09% ±11.83%
crypto/cipher-stream.js api='legacy' len=1048576 type='asc' cipher='AES192' writes=500                                         -1.99 %       ±3.15%  ±4.19%  ±5.46%
crypto/cipher-stream.js api='legacy' len=1048576 type='asc' cipher='AES256' writes=500                                         -3.16 %       ±3.42%  ±4.57%  ±5.98%
crypto/cipher-stream.js api='legacy' len=1048576 type='buf' cipher='AES192' writes=500                                          2.64 %       ±5.69%  ±7.58%  ±9.88%
crypto/cipher-stream.js api='legacy' len=1048576 type='buf' cipher='AES256' writes=500                                         -0.23 %       ±4.99%  ±6.64%  ±8.65%
crypto/cipher-stream.js api='legacy' len=1048576 type='utf' cipher='AES192' writes=500                                         -0.47 %       ±4.51%  ±6.00%  ±7.81%
crypto/cipher-stream.js api='legacy' len=1048576 type='utf' cipher='AES256' writes=500                                         -3.61 %       ±4.72%  ±6.28%  ±8.19%
crypto/cipher-stream.js api='legacy' len=2 type='asc' cipher='AES192' writes=500                                               -0.15 %       ±7.05%  ±9.39% ±12.22%
crypto/cipher-stream.js api='legacy' len=2 type='asc' cipher='AES256' writes=500                                                2.62 %       ±5.04%  ±6.71%  ±8.73%
crypto/cipher-stream.js api='legacy' len=2 type='buf' cipher='AES192' writes=500                                                0.98 %       ±2.99%  ±3.99%  ±5.20%
crypto/cipher-stream.js api='legacy' len=2 type='buf' cipher='AES256' writes=500                                                1.03 %      ±10.86% ±14.51% ±19.00%
crypto/cipher-stream.js api='legacy' len=2 type='utf' cipher='AES192' writes=500                                               -2.75 %       ±9.56% ±12.82% ±16.90%
crypto/cipher-stream.js api='legacy' len=2 type='utf' cipher='AES256' writes=500                                                2.09 %       ±6.50%  ±8.67% ±11.33%
crypto/cipher-stream.js api='stream' len=102400 type='asc' cipher='AES192' writes=500                                          -3.27 %       ±3.95%  ±5.26%  ±6.84%
crypto/cipher-stream.js api='stream' len=102400 type='asc' cipher='AES256' writes=500                                           1.65 %       ±3.96%  ±5.27%  ±6.86%
crypto/cipher-stream.js api='stream' len=102400 type='buf' cipher='AES192' writes=500                                           0.56 %       ±3.17%  ±4.21%  ±5.48%
crypto/cipher-stream.js api='stream' len=102400 type='buf' cipher='AES256' writes=500                                          -0.33 %       ±3.91%  ±5.21%  ±6.78%
crypto/cipher-stream.js api='stream' len=102400 type='utf' cipher='AES192' writes=500                                          -0.65 %       ±2.64%  ±3.52%  ±4.58%
crypto/cipher-stream.js api='stream' len=102400 type='utf' cipher='AES256' writes=500                                           0.10 %       ±2.68%  ±3.56%  ±4.64%
crypto/cipher-stream.js api='stream' len=1024 type='asc' cipher='AES192' writes=500                                             1.93 %       ±5.81%  ±7.75% ±10.13%
crypto/cipher-stream.js api='stream' len=1024 type='asc' cipher='AES256' writes=500                                             0.50 %       ±6.94%  ±9.23% ±12.02%
crypto/cipher-stream.js api='stream' len=1024 type='buf' cipher='AES192' writes=500                                            -1.71 %       ±5.99%  ±7.98% ±10.42%
crypto/cipher-stream.js api='stream' len=1024 type='buf' cipher='AES256' writes=500                                             0.31 %       ±5.84%  ±7.79% ±10.16%
crypto/cipher-stream.js api='stream' len=1024 type='utf' cipher='AES192' writes=500                                             1.27 %       ±6.67%  ±8.87% ±11.55%
crypto/cipher-stream.js api='stream' len=1024 type='utf' cipher='AES256' writes=500                                            -1.44 %       ±5.17%  ±6.89%  ±8.96%
crypto/cipher-stream.js api='stream' len=1048576 type='asc' cipher='AES192' writes=500                                         -2.24 %       ±4.54%  ±6.05%  ±7.89%
crypto/cipher-stream.js api='stream' len=1048576 type='asc' cipher='AES256' writes=500                                          1.25 %       ±5.04%  ±6.71%  ±8.74%
crypto/cipher-stream.js api='stream' len=1048576 type='buf' cipher='AES192' writes=500                                         -2.14 %       ±6.43%  ±8.56% ±11.15%
crypto/cipher-stream.js api='stream' len=1048576 type='buf' cipher='AES256' writes=500                                         -0.36 %       ±5.71%  ±7.61%  ±9.92%
crypto/cipher-stream.js api='stream' len=1048576 type='utf' cipher='AES192' writes=500                                          0.90 %       ±4.10%  ±5.45%  ±7.10%
crypto/cipher-stream.js api='stream' len=1048576 type='utf' cipher='AES256' writes=500                                         -1.77 %       ±4.82%  ±6.42%  ±8.37%
crypto/cipher-stream.js api='stream' len=2 type='asc' cipher='AES192' writes=500                                                1.29 %       ±6.65%  ±8.85% ±11.52%
crypto/cipher-stream.js api='stream' len=2 type='asc' cipher='AES256' writes=500                                                6.15 %       ±6.78%  ±9.02% ±11.76%
crypto/cipher-stream.js api='stream' len=2 type='buf' cipher='AES192' writes=500                                                0.33 %       ±6.97%  ±9.27% ±12.07%
crypto/cipher-stream.js api='stream' len=2 type='buf' cipher='AES256' writes=500                                               -2.10 %       ±6.61%  ±8.79% ±11.44%
crypto/cipher-stream.js api='stream' len=2 type='utf' cipher='AES192' writes=500                                                6.26 %       ±8.87% ±11.84% ±15.47%
crypto/cipher-stream.js api='stream' len=2 type='utf' cipher='AES256' writes=500                                                2.24 %       ±6.90%  ±9.21% ±12.06%
crypto/get-ciphers.js v='crypto' n=1                                                                                           -2.48 %       ±8.67% ±11.55% ±15.06%
crypto/get-ciphers.js v='crypto' n=5000                                                                                        -4.54 %       ±7.89% ±10.50% ±13.67%
crypto/get-ciphers.js v='tls' n=1                                                                                               1.30 %       ±9.28% ±12.35% ±16.08%
crypto/get-ciphers.js v='tls' n=5000                                                                                            0.54 %       ±6.85%  ±9.13% ±11.90%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='asc' algo='md5' writes=500                            0.68 %       ±5.80%  ±7.75% ±10.15%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='asc' algo='sha256' writes=500                         0.98 %       ±1.99%  ±2.64%  ±3.44%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='buf' algo='md5' writes=500                            1.26 %       ±2.72%  ±3.62%  ±4.72%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='buf' algo='sha256' writes=500                  *      1.59 %       ±1.57%  ±2.09%  ±2.73%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='utf' algo='md5' writes=500                           -2.18 %       ±4.08%  ±5.46%  ±7.18%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='utf' algo='sha256' writes=500                        -2.43 %       ±3.56%  ±4.78%  ±6.30%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='asc' algo='md5' writes=500                            6.50 %       ±8.18% ±10.99% ±14.54%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='asc' algo='sha256' writes=500                         0.44 %       ±1.78%  ±2.37%  ±3.09%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='buf' algo='md5' writes=500                            3.05 %       ±4.17%  ±5.56%  ±7.26%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='buf' algo='sha256' writes=500                         0.84 %       ±5.07%  ±6.76%  ±8.85%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='utf' algo='md5' writes=500                           -3.74 %       ±5.49%  ±7.38%  ±9.75%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='utf' algo='sha256' writes=500                        -0.42 %       ±1.70%  ±2.27%  ±2.95%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='asc' algo='md5' writes=500                              -2.75 %       ±3.11%  ±4.15%  ±5.41%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='asc' algo='sha256' writes=500                            1.33 %       ±3.96%  ±5.29%  ±6.94%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='buf' algo='md5' writes=500                        *      3.33 %       ±3.26%  ±4.34%  ±5.66%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='buf' algo='sha256' writes=500                           -3.14 %       ±4.57%  ±6.09%  ±7.94%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='utf' algo='md5' writes=500                              -0.21 %       ±2.45%  ±3.27%  ±4.25%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='utf' algo='sha256' writes=500                            1.66 %       ±2.33%  ±3.11%  ±4.07%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='asc' algo='md5' writes=500                             -0.31 %       ±6.66%  ±8.87% ±11.57%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='asc' algo='sha256' writes=500                           0.19 %       ±6.36%  ±8.48% ±11.05%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='buf' algo='md5' writes=500                             -0.36 %       ±8.92% ±11.87% ±15.45%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='buf' algo='sha256' writes=500                          -3.61 %       ±8.38% ±11.15% ±14.51%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='utf' algo='md5' writes=500                             -2.45 %       ±6.79%  ±9.05% ±11.84%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='utf' algo='sha256' writes=500                           7.31 %      ±14.34% ±19.25% ±25.40%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='asc' algo='md5' writes=500                             -6.05 %       ±8.64% ±11.56% ±15.18%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='asc' algo='sha256' writes=500                          -1.38 %       ±6.89%  ±9.17% ±11.94%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='buf' algo='md5' writes=500                       *      7.88 %       ±7.64% ±10.21% ±13.37%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='buf' algo='sha256' writes=500                          -8.70 %      ±10.05% ±13.45% ±17.65%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='utf' algo='md5' writes=500                              0.67 %       ±6.95%  ±9.26% ±12.08%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='utf' algo='sha256' writes=500                          -5.71 %      ±12.50% ±16.64% ±21.65%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='asc' algo='md5' writes=500                                -8.26 %      ±11.70% ±15.61% ±20.39%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='asc' algo='sha256' writes=500                              2.15 %       ±7.82% ±10.42% ±13.57%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='buf' algo='md5' writes=500                                -2.03 %       ±6.82%  ±9.07% ±11.81%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='buf' algo='sha256' writes=500                             -1.55 %       ±6.30%  ±8.38% ±10.91%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='utf' algo='md5' writes=500                                 9.74 %      ±11.83% ±15.79% ±20.66%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='utf' algo='sha256' writes=500                              7.05 %       ±9.87% ±13.25% ±17.50%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='asc' algo='md5' writes=500                          -1.23 %       ±1.95%  ±2.60%  ±3.38%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='asc' algo='sha256' writes=500                       -0.05 %       ±1.10%  ±1.47%  ±1.91%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='buf' algo='md5' writes=500                    *     -1.99 %       ±1.84%  ±2.45%  ±3.20%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='buf' algo='sha256' writes=500                        1.42 %       ±2.34%  ±3.13%  ±4.11%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='utf' algo='md5' writes=500                           0.88 %       ±1.75%  ±2.33%  ±3.04%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='utf' algo='sha256' writes=500                       -0.67 %       ±0.79%  ±1.05%  ±1.37%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='asc' algo='md5' writes=500                           1.49 %       ±1.69%  ±2.25%  ±2.93%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='asc' algo='sha256' writes=500                       -1.05 %       ±1.29%  ±1.72%  ±2.25%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='buf' algo='md5' writes=500                          -1.29 %       ±1.52%  ±2.02%  ±2.63%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='buf' algo='sha256' writes=500                       -0.98 %       ±1.59%  ±2.12%  ±2.76%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='utf' algo='md5' writes=500                           0.06 %       ±1.41%  ±1.88%  ±2.44%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='utf' algo='sha256' writes=500                       -0.09 %       ±0.99%  ±1.32%  ±1.72%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='asc' algo='md5' writes=500                              0.07 %       ±2.03%  ±2.70%  ±3.53%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='asc' algo='sha256' writes=500                          -0.60 %       ±1.08%  ±1.44%  ±1.87%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='buf' algo='md5' writes=500                             -0.21 %       ±1.73%  ±2.31%  ±3.00%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='buf' algo='sha256' writes=500                          -0.17 %       ±1.23%  ±1.63%  ±2.13%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='utf' algo='md5' writes=500                             -0.18 %       ±2.96%  ±3.93%  ±5.12%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='utf' algo='sha256' writes=500                           0.04 %       ±1.51%  ±2.02%  ±2.66%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='asc' algo='md5' writes=500                                 6.08 %      ±10.68% ±14.28% ±18.70%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='asc' algo='sha256' writes=500                             -2.31 %      ±10.15% ±13.59% ±17.84%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='buf' algo='md5' writes=500                                -5.37 %      ±10.63% ±14.20% ±18.59%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='buf' algo='sha256' writes=500                       *     -7.43 %       ±6.29%  ±8.37% ±10.89%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='utf' algo='md5' writes=500                                -3.98 %      ±14.44% ±19.21% ±25.00%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='utf' algo='sha256' writes=500                             -0.51 %       ±4.38%  ±5.83%  ±7.59%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='asc' algo='md5' writes=500                                -4.11 %      ±10.52% ±14.02% ±18.27%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='asc' algo='sha256' writes=500                              3.30 %       ±7.67% ±10.21% ±13.30%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='buf' algo='md5' writes=500                                -2.44 %       ±5.15%  ±6.86%  ±8.96%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='buf' algo='sha256' writes=500                              2.36 %      ±11.31% ±15.14% ±19.90%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='utf' algo='md5' writes=500                                -5.18 %      ±10.55% ±14.08% ±18.41%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='utf' algo='sha256' writes=500                             -0.38 %      ±10.15% ±13.57% ±17.77%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='asc' algo='md5' writes=500                                   -2.51 %      ±11.62% ±15.47% ±20.16%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='asc' algo='sha256' writes=500                                -1.06 %       ±5.87%  ±7.81% ±10.18%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='buf' algo='md5' writes=500                                   -3.24 %      ±11.37% ±15.25% ±20.10%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='buf' algo='sha256' writes=500                                -5.76 %      ±11.20% ±14.98% ±19.63%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='utf' algo='md5' writes=500                                    6.66 %       ±7.56% ±10.07% ±13.13%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='utf' algo='sha256' writes=500                                 0.45 %      ±11.43% ±15.25% ±19.92%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='asc' algo='md5' writes=500                            0.64 %       ±4.95%  ±6.59%  ±8.59%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='asc' algo='sha256' writes=500                        -3.25 %       ±5.95%  ±7.97% ±10.49%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='buf' algo='md5' writes=500                           -0.47 %       ±5.13%  ±6.84%  ±8.93%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='buf' algo='sha256' writes=500                         5.16 %       ±7.75% ±10.39% ±13.68%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='utf' algo='md5' writes=500                           -3.41 %       ±4.07%  ±5.42%  ±7.05%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='utf' algo='sha256' writes=500                         3.21 %       ±3.34%  ±4.44%  ±5.78%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='asc' algo='md5' writes=500                            2.53 %       ±4.18%  ±5.57%  ±7.24%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='asc' algo='sha256' writes=500                         0.25 %       ±4.10%  ±5.46%  ±7.10%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='buf' algo='md5' writes=500                            0.31 %       ±5.49%  ±7.30%  ±9.50%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='buf' algo='sha256' writes=500                        -2.96 %       ±4.31%  ±5.73%  ±7.46%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='utf' algo='md5' writes=500                           -0.65 %       ±3.81%  ±5.08%  ±6.62%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='utf' algo='sha256' writes=500                        -0.66 %       ±3.43%  ±4.56%  ±5.94%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='asc' algo='md5' writes=500                               0.26 %       ±4.42%  ±5.89%  ±7.69%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='asc' algo='sha256' writes=500                            2.58 %       ±3.94%  ±5.24%  ±6.83%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='buf' algo='md5' writes=500                               3.38 %       ±5.51%  ±7.33%  ±9.55%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='buf' algo='sha256' writes=500                            2.43 %       ±4.71%  ±6.26%  ±8.15%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='utf' algo='md5' writes=500                               2.27 %       ±3.12%  ±4.16%  ±5.41%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='utf' algo='sha256' writes=500                            3.37 %       ±5.53%  ±7.39%  ±9.70%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='asc' algo='md5' writes=500                             -3.93 %       ±6.77%  ±9.01% ±11.73%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='asc' algo='sha256' writes=500                           2.89 %       ±6.88%  ±9.17% ±11.97%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='buf' algo='md5' writes=500                             -2.29 %       ±6.31%  ±8.40% ±10.94%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='buf' algo='sha256' writes=500                          -1.72 %       ±5.32%  ±7.09%  ±9.23%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='utf' algo='md5' writes=500                             -2.63 %       ±7.08%  ±9.44% ±12.31%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='utf' algo='sha256' writes=500                          -0.26 %       ±7.08%  ±9.42% ±12.27%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='asc' algo='md5' writes=500                             -0.36 %       ±7.30%  ±9.71% ±12.64%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='asc' algo='sha256' writes=500                           1.31 %       ±7.94% ±10.58% ±13.78%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='buf' algo='md5' writes=500                              2.34 %       ±6.06%  ±8.06% ±10.50%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='buf' algo='sha256' writes=500                          -3.90 %       ±5.82%  ±7.75% ±10.12%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='utf' algo='md5' writes=500                       *      7.05 %       ±6.84%  ±9.15% ±12.03%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='utf' algo='sha256' writes=500                          -1.36 %       ±6.93%  ±9.23% ±12.03%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='asc' algo='md5' writes=500                                -5.11 %       ±5.83%  ±7.76% ±10.11%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='asc' algo='sha256' writes=500                             -0.51 %       ±8.33% ±11.09% ±14.43%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='buf' algo='md5' writes=500                                 0.02 %       ±7.00%  ±9.32% ±12.14%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='buf' algo='sha256' writes=500                              0.18 %       ±9.54% ±12.70% ±16.56%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='utf' algo='md5' writes=500                                 3.52 %       ±6.72%  ±8.95% ±11.67%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='utf' algo='sha256' writes=500                       *      7.38 %       ±7.16%  ±9.58% ±12.58%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='asc' algo='md5' writes=500                           1.32 %       ±5.14%  ±6.86%  ±8.97%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='asc' algo='sha256' writes=500                        0.95 %       ±3.66%  ±4.87%  ±6.34%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='buf' algo='md5' writes=500                          -0.52 %       ±4.93%  ±6.57%  ±8.57%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='buf' algo='sha256' writes=500                       -1.59 %       ±6.11%  ±8.13% ±10.59%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='utf' algo='md5' writes=500                    *     -7.05 %       ±6.78%  ±9.04% ±11.82%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='utf' algo='sha256' writes=500                       -1.31 %       ±6.15%  ±8.19% ±10.66%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='asc' algo='md5' writes=500                           2.94 %       ±4.43%  ±5.90%  ±7.69%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='asc' algo='sha256' writes=500                        3.01 %       ±5.02%  ±6.69%  ±8.72%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='buf' algo='md5' writes=500                    *      6.03 %       ±5.78%  ±7.71% ±10.08%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='buf' algo='sha256' writes=500                       -2.40 %       ±6.40%  ±8.51% ±11.09%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='utf' algo='md5' writes=500                          -3.61 %       ±5.63%  ±7.49%  ±9.76%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='utf' algo='sha256' writes=500                        4.11 %       ±5.80%  ±7.72% ±10.06%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='asc' algo='md5' writes=500                             -0.21 %       ±4.04%  ±5.38%  ±7.00%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='asc' algo='sha256' writes=500                          -1.58 %       ±4.71%  ±6.27%  ±8.16%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='buf' algo='md5' writes=500                             -1.93 %       ±5.51%  ±7.34%  ±9.56%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='buf' algo='sha256' writes=500                           4.26 %       ±5.78%  ±7.69% ±10.01%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='utf' algo='md5' writes=500                             -1.01 %       ±5.82%  ±7.75% ±10.09%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='utf' algo='sha256' writes=500                           1.90 %       ±6.10%  ±8.11% ±10.56%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='asc' algo='md5' writes=500                                 3.80 %       ±5.92%  ±7.88% ±10.27%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='asc' algo='sha256' writes=500                       *     10.53 %       ±9.35% ±12.52% ±16.45%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='buf' algo='md5' writes=500                                 3.03 %       ±7.41%  ±9.88% ±12.90%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='buf' algo='sha256' writes=500                             -2.43 %       ±4.76%  ±6.33%  ±8.24%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='utf' algo='md5' writes=500                                 4.86 %       ±9.56% ±12.79% ±16.78%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='utf' algo='sha256' writes=500                              2.60 %       ±5.26%  ±7.01%  ±9.12%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='asc' algo='md5' writes=500                                 0.23 %       ±4.27%  ±5.68%  ±7.39%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='asc' algo='sha256' writes=500                             -1.82 %       ±7.73% ±10.29% ±13.40%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='buf' algo='md5' writes=500                                 2.68 %       ±5.45%  ±7.27%  ±9.49%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='buf' algo='sha256' writes=500                             -1.42 %       ±6.20%  ±8.27% ±10.80%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='utf' algo='md5' writes=500                                -3.66 %       ±6.75%  ±8.98% ±11.69%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='utf' algo='sha256' writes=500                             -1.73 %       ±5.67%  ±7.55%  ±9.87%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='asc' algo='md5' writes=500                             *     -6.82 %       ±6.80%  ±9.07% ±11.86%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='asc' algo='sha256' writes=500                                -1.72 %       ±6.10%  ±8.13% ±10.62%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='buf' algo='md5' writes=500                                    1.43 %       ±8.71% ±11.61% ±15.16%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='buf' algo='sha256' writes=500                                 5.52 %       ±8.15% ±10.85% ±14.12%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='utf' algo='md5' writes=500                                    0.06 %       ±6.95%  ±9.24% ±12.03%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='utf' algo='sha256' writes=500                                 3.22 %       ±7.04%  ±9.37% ±12.20%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha1' writes=500                                     -0.91 %       ±4.07%  ±5.42%  ±7.06%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha256' writes=500                                   -2.65 %       ±5.49%  ±7.37%  ±9.74%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha512' writes=500                                    2.59 %       ±3.64%  ±4.86%  ±6.35%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha1' writes=500                                      1.94 %       ±4.01%  ±5.33%  ±6.94%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha256' writes=500                                   -0.25 %       ±1.97%  ±2.62%  ±3.41%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha512' writes=500                                   -0.77 %       ±3.06%  ±4.07%  ±5.30%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha1' writes=500                                     -1.11 %       ±6.31%  ±8.47% ±11.17%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha256' writes=500                                    1.59 %       ±1.74%  ±2.31%  ±3.01%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha512' writes=500                                   -0.53 %       ±2.25%  ±2.99%  ±3.90%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha1' writes=500                                        0.83 %       ±7.61% ±10.13% ±13.18%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha256' writes=500                                     -1.19 %       ±4.78%  ±6.37%  ±8.31%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha512' writes=500                                      4.24 %       ±5.44%  ±7.25%  ±9.45%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha1' writes=500                                 *      8.09 %       ±7.25%  ±9.68% ±12.68%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha256' writes=500                               *     -8.82 %       ±7.28%  ±9.71% ±12.69%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha512' writes=500                                      1.58 %      ±10.87% ±14.51% ±18.98%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha1' writes=500                                       -0.98 %       ±7.63% ±10.16% ±13.25%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha256' writes=500                                     -1.36 %       ±8.29% ±11.03% ±14.36%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha512' writes=500                                     -1.32 %      ±10.90% ±14.56% ±19.06%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha1' writes=500                                    -2.76 %       ±2.98%  ±4.00%  ±5.28%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha256' writes=500                                  -1.04 %       ±1.73%  ±2.32%  ±3.06%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha512' writes=500                                   0.64 %       ±2.27%  ±3.03%  ±3.98%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha1' writes=500                                     1.93 %       ±5.27%  ±7.04%  ±9.22%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha256' writes=500                                  -0.61 %       ±1.76%  ±2.34%  ±3.05%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha512' writes=500                                   0.07 %       ±1.73%  ±2.31%  ±3.00%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha1' writes=500                                     1.04 %       ±2.63%  ±3.51%  ±4.61%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha256' writes=500                                  -0.18 %       ±1.59%  ±2.12%  ±2.78%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha512' writes=500                                  -1.06 %       ±2.04%  ±2.74%  ±3.59%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha1' writes=500                                          -5.62 %       ±8.54% ±11.43% ±15.01%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha256' writes=500                                        -1.59 %       ±6.33%  ±8.42% ±10.96%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha512' writes=500                                        -0.12 %       ±5.73%  ±7.62%  ±9.93%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha1' writes=500                                          -6.36 %      ±11.73% ±15.74% ±20.74%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha256' writes=500                                         1.04 %       ±9.24% ±12.36% ±16.21%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha512' writes=500                                         3.90 %       ±6.94%  ±9.26% ±12.11%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha1' writes=500                                           2.01 %       ±9.39% ±12.54% ±16.42%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha256' writes=500                                         4.48 %      ±11.29% ±15.16% ±20.01%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha512' writes=500                                         0.54 %       ±6.31%  ±8.40% ±10.95%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha1' writes=500                                     -0.27 %       ±4.23%  ±5.63%  ±7.34%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha256' writes=500                                   -1.88 %       ±3.18%  ±4.26%  ±5.61%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha512' writes=500                                    4.21 %       ±6.32%  ±8.49% ±11.22%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha1' writes=500                                      0.61 %       ±3.38%  ±4.49%  ±5.85%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha256' writes=500                                    0.42 %       ±1.70%  ±2.26%  ±2.95%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha512' writes=500                                    1.75 %       ±2.67%  ±3.56%  ±4.65%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha1' writes=500                                     -0.31 %       ±2.89%  ±3.85%  ±5.03%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha256' writes=500                                   -4.79 %       ±6.72%  ±9.04% ±11.99%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha512' writes=500                                   -3.04 %       ±5.46%  ±7.34%  ±9.69%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha1' writes=500                                        5.21 %       ±7.09%  ±9.44% ±12.32%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha256' writes=500                                     -0.72 %       ±6.29%  ±8.37% ±10.90%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha512' writes=500                                      4.89 %       ±5.69%  ±7.57%  ±9.86%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha1' writes=500                                        5.53 %       ±7.61% ±10.18% ±13.36%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha256' writes=500                                      1.77 %       ±6.08%  ±8.10% ±10.54%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha512' writes=500                                     -0.71 %      ±10.40% ±13.84% ±18.04%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha1' writes=500                                       -0.45 %       ±7.23%  ±9.63% ±12.54%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha256' writes=500                                     -2.59 %       ±6.81%  ±9.06% ±11.79%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha512' writes=500                                      0.40 %      ±10.95% ±14.62% ±19.15%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha1' writes=500                                    -0.93 %       ±3.74%  ±4.99%  ±6.51%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha256' writes=500                                  -1.94 %       ±2.73%  ±3.65%  ±4.78%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha512' writes=500                                   0.26 %       ±4.24%  ±5.64%  ±7.33%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha1' writes=500                                    -4.14 %       ±5.89%  ±7.85% ±10.25%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha256' writes=500                                  -0.04 %       ±2.19%  ±2.92%  ±3.80%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha512' writes=500                                  -2.09 %       ±2.87%  ±3.86%  ±5.10%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha1' writes=500                              *     -3.49 %       ±3.15%  ±4.24%  ±5.60%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha256' writes=500                                  -0.31 %       ±2.65%  ±3.53%  ±4.59%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha512' writes=500                                   1.27 %       ±1.97%  ±2.64%  ±3.48%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha1' writes=500                                           1.93 %       ±7.81% ±10.39% ±13.52%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha256' writes=500                                         4.52 %       ±6.94%  ±9.27% ±12.15%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha512' writes=500                                         1.70 %       ±5.83%  ±7.76% ±10.10%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha1' writes=500                                           4.68 %       ±6.91%  ±9.20% ±11.98%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha256' writes=500                                         4.83 %       ±7.40%  ±9.86% ±12.85%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha512' writes=500                                        -2.06 %      ±10.89% ±14.49% ±18.86%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha1' writes=500                                           0.68 %       ±9.16% ±12.20% ±15.91%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha256' writes=500                                         1.39 %       ±8.70% ±11.57% ±15.06%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha512' writes=500                                         0.51 %       ±5.82%  ±7.75% ±10.09%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=1024 sync=0                                                4.83 %       ±6.66%  ±8.86% ±11.53%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=1024 sync=1                                               -0.80 %       ±5.25%  ±6.98%  ±9.09%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=10 sync=0                                                 -1.56 %       ±9.30% ±12.38% ±16.11%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=10 sync=1                                                 -2.95 %       ±9.43% ±12.58% ±16.43%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=64 sync=0                                                 -2.89 %      ±10.76% ±14.31% ±18.64%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=64 sync=1                                                  3.75 %       ±7.00%  ±9.33% ±12.18%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=1024 sync=0                                           7.37 %       ±8.52% ±11.34% ±14.75%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=1024 sync=1                                           0.56 %       ±5.53%  ±7.36%  ±9.58%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=10 sync=0                                             6.28 %      ±11.33% ±15.09% ±19.66%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=10 sync=1                                            -1.33 %       ±6.49%  ±8.64% ±11.26%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=64 sync=0                                             6.89 %      ±13.12% ±17.46% ±22.72%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=64 sync=1                                             1.38 %       ±5.70%  ±7.59%  ±9.89%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                    -2.12 %       ±6.80%  ±9.05% ±11.78%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                     0.47 %       ±5.77%  ±7.68%  ±9.99%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                      -4.70 %      ±10.02% ±13.35% ±17.41%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                       5.48 %       ±7.10%  ±9.45% ±12.31%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                       1.50 %      ±13.04% ±17.36% ±22.59%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                       0.75 %       ±4.84%  ±6.44%  ±8.39%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=1024 sync=0                                            2.16 %       ±6.35%  ±8.45% ±11.00%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=1024 sync=1                                           -3.14 %       ±4.69%  ±6.25%  ±8.16%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=10 sync=0                                              4.86 %       ±9.46% ±12.61% ±16.47%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=10 sync=1                                             -0.27 %       ±8.63% ±11.48% ±14.95%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=64 sync=0                                              1.71 %      ±10.43% ±13.89% ±18.11%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=64 sync=1                                              4.46 %       ±6.95%  ±9.25% ±12.04%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=1024 sync=0                                       0.78 %       ±7.37%  ±9.82% ±12.80%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=1024 sync=1                                       2.93 %       ±5.57%  ±7.41%  ±9.64%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=10 sync=0                                        -1.50 %      ±12.06% ±16.04% ±20.88%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=10 sync=1                                         0.06 %       ±6.55%  ±8.72% ±11.37%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=64 sync=0                                         3.25 %      ±12.40% ±16.50% ±21.49%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=64 sync=1                                        -3.71 %       ±6.31%  ±8.39% ±10.94%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                 4.19 %       ±7.22%  ±9.61% ±12.50%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                 1.89 %       ±6.49%  ±8.63% ±11.25%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                   7.54 %      ±13.18% ±17.54% ±22.83%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                  -1.76 %       ±4.95%  ±6.59%  ±8.58%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                  -6.19 %      ±10.68% ±14.23% ±18.56%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                  -5.29 %       ±6.40%  ±8.52% ±11.08%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=1024 sync=0                                                    5.95 %       ±8.95% ±11.91% ±15.50%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=1024 sync=1                                                    2.03 %       ±4.68%  ±6.23%  ±8.11%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=10 sync=0                                                     -1.04 %       ±7.17%  ±9.55% ±12.45%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=10 sync=1                                                      2.07 %       ±8.06% ±10.74% ±14.02%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=64 sync=0                                                      5.55 %      ±12.14% ±16.15% ±21.02%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=64 sync=1                                                     -4.64 %       ±5.72%  ±7.62%  ±9.95%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=1024 sync=0                                               5.85 %       ±7.23%  ±9.63% ±12.57%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=1024 sync=1                                              -0.07 %       ±5.38%  ±7.18%  ±9.37%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=10 sync=0                                                -4.68 %      ±11.61% ±15.45% ±20.11%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=10 sync=1                                                 0.11 %       ±7.39%  ±9.84% ±12.83%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=64 sync=0                                                 3.52 %      ±13.09% ±17.42% ±22.67%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=64 sync=1                                                 0.49 %       ±7.20%  ±9.59% ±12.49%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                        -0.79 %       ±7.59% ±10.10% ±13.15%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                         3.48 %       ±6.42%  ±8.54% ±11.12%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                           4.86 %      ±12.27% ±16.32% ±21.24%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                          -0.17 %       ±6.76%  ±9.00% ±11.72%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                          -5.97 %      ±11.42% ±15.20% ±19.79%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                   **     -8.45 %       ±5.44%  ±7.25%  ±9.46%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=1024 sync=0                                               -3.33 %       ±7.30%  ±9.74% ±12.72%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=1024 sync=1                                                0.16 %       ±6.07%  ±8.08% ±10.51%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=10 sync=0                                                  3.18 %      ±11.60% ±15.44% ±20.11%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=10 sync=1                                                 -4.56 %       ±7.26%  ±9.67% ±12.59%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=64 sync=0                                                 -4.59 %      ±12.03% ±16.01% ±20.83%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=64 sync=1                                                  1.40 %       ±6.52%  ±8.67% ±11.29%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=1024 sync=0                                           0.39 %       ±7.83% ±10.43% ±13.59%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=1024 sync=1                                           0.98 %       ±6.29%  ±8.37% ±10.91%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=10 sync=0                                            11.67 %      ±12.80% ±17.04% ±22.19%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=10 sync=1                                             4.23 %       ±7.25%  ±9.68% ±12.64%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=64 sync=0                                             4.08 %      ±11.04% ±14.70% ±19.15%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=64 sync=1                                            -2.69 %       ±4.85%  ±6.47%  ±8.44%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                     0.89 %       ±6.98%  ±9.29% ±12.11%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                     1.46 %       ±7.17%  ±9.55% ±12.43%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                      -1.55 %      ±11.51% ±15.32% ±19.95%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                      -1.51 %       ±4.91%  ±6.54%  ±8.52%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                       4.48 %      ±12.43% ±16.54% ±21.53%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                      -2.23 %       ±4.45%  ±5.94%  ±7.76%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=1024 sync=0                                                0.84 %       ±9.16% ±12.19% ±15.87%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=1024 sync=1                                               -1.15 %       ±6.03%  ±8.02% ±10.45%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=10 sync=0                                                 -1.02 %      ±13.01% ±17.31% ±22.53%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=10 sync=1                                                 -3.63 %       ±6.95%  ±9.26% ±12.07%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=64 sync=0                                                 -3.55 %      ±12.77% ±17.00% ±22.13%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=64 sync=1                                                  2.73 %       ±4.80%  ±6.40%  ±8.38%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=1024 sync=0                                           8.11 %      ±10.16% ±13.52% ±17.60%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=1024 sync=1                                          -2.80 %       ±5.73%  ±7.63%  ±9.94%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=10 sync=0                                             7.16 %      ±10.87% ±14.47% ±18.85%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=10 sync=1                                             1.14 %       ±7.58% ±10.09% ±13.13%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=64 sync=0                                             3.69 %      ±12.51% ±16.65% ±21.67%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=64 sync=1                                            -2.83 %       ±4.50%  ±5.99%  ±7.80%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                    -3.83 %       ±9.99% ±13.29% ±17.31%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                     0.65 %       ±7.51%  ±9.99% ±13.02%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                     -10.18 %      ±11.07% ±14.73% ±19.19%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                      -0.65 %       ±7.19%  ±9.57% ±12.46%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                       4.70 %      ±10.70% ±14.24% ±18.54%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                      -3.58 %       ±5.48%  ±7.29%  ±9.49%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=1024 sync=0                                           -0.88 %       ±9.33% ±12.42% ±16.17%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=1024 sync=1                                           -5.44 %       ±5.82%  ±7.75% ±10.09%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=10 sync=0                                       *    -10.86 %      ±10.37% ±13.88% ±18.24%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=10 sync=1                                             -4.81 %       ±9.13% ±12.18% ±15.91%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=64 sync=0                                              6.90 %      ±12.08% ±16.08% ±20.94%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=64 sync=1                                             -3.93 %       ±7.17%  ±9.55% ±12.45%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=1024 sync=0                                       0.27 %       ±9.92% ±13.20% ±17.19%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=1024 sync=1                                       0.34 %       ±6.07%  ±8.07% ±10.51%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=10 sync=0                                        -4.97 %       ±9.98% ±13.28% ±17.28%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=10 sync=1                                        -0.04 %       ±7.39%  ±9.84% ±12.81%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=64 sync=0                                        -2.16 %      ±10.86% ±14.45% ±18.81%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=64 sync=1                                        -1.36 %       ±5.12%  ±6.82%  ±8.89%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                -0.25 %       ±8.94% ±11.89% ±15.48%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                 6.52 %       ±7.30%  ±9.75% ±12.76%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                  -1.23 %      ±12.07% ±16.07% ±20.91%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                  -4.79 %       ±5.15%  ±6.87%  ±8.96%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                  10.38 %      ±11.75% ±15.64% ±20.35%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                   3.98 %       ±5.96%  ±7.93% ±10.33%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=1024 sync=0                                                   -0.85 %      ±11.09% ±14.75% ±19.20%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=1024 sync=1                                                    2.76 %       ±5.07%  ±6.74%  ±8.77%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=10 sync=0                                                     -7.08 %       ±7.43%  ±9.92% ±12.97%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=10 sync=1                                                      6.19 %       ±8.86% ±11.81% ±15.39%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=64 sync=0                                                     -0.17 %      ±10.42% ±13.87% ±18.05%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=64 sync=1                                                      1.23 %       ±4.88%  ±6.50%  ±8.46%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=1024 sync=0                                              -3.74 %       ±8.52% ±11.35% ±14.78%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=1024 sync=1                                              -3.73 %       ±6.91%  ±9.21% ±12.02%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=10 sync=0                                                 3.50 %      ±12.88% ±17.14% ±22.32%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=10 sync=1                                                -0.20 %       ±9.35% ±12.47% ±16.29%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=64 sync=0                                                 9.64 %      ±12.88% ±17.15% ±22.35%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=64 sync=1                                                -4.52 %       ±5.25%  ±6.98%  ±9.08%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                        -1.48 %       ±7.58% ±10.09% ±13.13%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                         3.84 %       ±6.59%  ±8.76% ±11.40%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                           2.87 %      ±11.39% ±15.15% ±19.73%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                          -2.57 %       ±6.18%  ±8.24% ±10.75%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                          -1.05 %      ±10.74% ±14.31% ±18.64%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                           2.72 %       ±5.65%  ±7.52%  ±9.79%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=1024 sync=0                                         *     -7.20 %       ±7.05%  ±9.38% ±12.21%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=1024 sync=1                                                2.98 %       ±6.25%  ±8.32% ±10.84%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=10 sync=0                                                 -6.33 %      ±10.07% ±13.40% ±17.44%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=10 sync=1                                                 -1.82 %       ±8.02% ±10.68% ±13.90%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=64 sync=0                                                  3.72 %      ±13.56% ±18.05% ±23.50%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=64 sync=1                                                  1.96 %       ±5.54%  ±7.38%  ±9.61%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=1024 sync=0                                           6.15 %      ±11.05% ±14.70% ±19.14%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=1024 sync=1                                           2.13 %       ±5.51%  ±7.34%  ±9.56%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=10 sync=0                                            -7.19 %      ±11.91% ±15.85% ±20.64%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=10 sync=1                                            -0.44 %       ±9.09% ±12.12% ±15.82%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=64 sync=0                                      *     10.94 %      ±10.32% ±13.78% ±18.02%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=64 sync=1                                             2.23 %       ±5.58%  ±7.43%  ±9.68%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                    -2.67 %      ±10.41% ±13.86% ±18.03%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                     3.53 %       ±5.95%  ±7.93% ±10.35%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                       0.67 %      ±13.12% ±17.46% ±22.72%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                      -3.09 %       ±6.19%  ±8.23% ±10.72%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                      -1.00 %      ±11.81% ±15.72% ±20.48%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                      -0.25 %       ±3.59%  ±4.77%  ±6.21%
crypto/keygen.js n=100 method='dsaAsync'                                                                                       -0.19 %       ±2.66%  ±3.54%  ±4.61%
crypto/keygen.js n=100 method='dsaSync'                                                                                        -1.11 %       ±2.63%  ±3.50%  ±4.56%
crypto/keygen.js n=100 method='rsaAsync'                                                                                **      5.46 %       ±3.74%  ±4.98%  ±6.50%
crypto/keygen.js n=100 method='rsaSync'                                                                                        -0.10 %       ±3.91%  ±5.20%  ±6.77%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='async-parallel'                                               -0.36 %       ±2.86%  ±3.82%  ±5.00%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='async-serial'                                                 -5.15 %       ±8.27% ±11.01% ±14.35%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='sync'                                                          1.29 %       ±8.21% ±10.92% ±14.22%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='async-parallel'                                         2.70 %       ±6.95%  ±9.26% ±12.07%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='async-serial'                                           4.86 %       ±8.39% ±11.17% ±14.55%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='sync'                                                   0.94 %       ±6.67%  ±8.87% ±11.55%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='async-parallel'                                                      3.24 %       ±3.75%  ±5.00%  ±6.54%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='async-serial'                                                       -0.43 %       ±4.13%  ±5.49%  ±7.15%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='sync'                                                               -1.46 %       ±4.30%  ±5.73%  ±7.45%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='async-parallel'                                              -0.47 %       ±3.30%  ±4.40%  ±5.72%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='async-serial'                                                 4.69 %       ±6.82%  ±9.11% ±11.92%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='sync'                                                        -1.38 %       ±4.14%  ±5.50%  ±7.16%
crypto/randomBytes.js n=1000 size=1024                                                                                          1.50 %      ±11.50% ±15.35% ±20.10%
crypto/randomBytes.js n=1000 size=524288                                                                                       -1.24 %       ±7.32%  ±9.74% ±12.68%
crypto/randomBytes.js n=1000 size=64                                                                                            4.07 %      ±11.22% ±15.02% ±19.72%
crypto/randomBytes.js n=1000 size=8192                                                                                          2.82 %       ±6.15%  ±8.19% ±10.67%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='async-parallel'                                                         0.35 %       ±3.55%  ±4.72%  ±6.15%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='async-sequential'                                                      -2.50 %       ±7.31%  ±9.73% ±12.67%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='sync'                                                                  -3.71 %       ±5.40%  ±7.19%  ±9.38%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='async-parallel'                                                          -1.30 %       ±4.77%  ±6.36%  ±8.29%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='async-sequential'                                                        -2.45 %       ±7.39%  ±9.85% ±12.86%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='sync'                                                                    -0.52 %       ±5.67%  ±7.54%  ±9.82%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='async-parallel'                                              -1.33 %       ±5.60%  ±7.46%  ±9.71%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='async-sequential'                                            -4.82 %       ±5.57%  ±7.42%  ±9.65%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='sync'                                                         3.57 %       ±6.91%  ±9.21% ±12.01%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='async-parallel'                                                           1.53 %       ±3.17%  ±4.22%  ±5.49%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='async-sequential'                                                         0.55 %       ±6.45%  ±8.59% ±11.18%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='sync'                                                                     5.49 %       ±5.79%  ±7.71% ±10.04%
crypto/randomInt.js n=100000 max=100 min=-100 mode='async-parallel'                                                            -1.26 %       ±4.37%  ±5.82%  ±7.58%
crypto/randomInt.js n=100000 max=100 min=-100 mode='async-sequential'                                                          -3.94 %       ±8.20% ±10.92% ±14.23%
crypto/randomInt.js n=100000 max=100 min=-100 mode='sync'                                                                      -0.35 %       ±6.29%  ±8.37% ±10.91%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='async-parallel'                                                -0.57 %       ±4.70%  ±6.25%  ±8.14%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='async-sequential'                                              -3.55 %       ±6.53%  ±8.69% ±11.31%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='sync'                                                          -0.71 %       ±6.92%  ±9.22% ±12.01%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='async-parallel'                                              -0.64 %       ±4.06%  ±5.40%  ±7.03%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='async-sequential'                                      *     10.56 %       ±8.21% ±10.92% ±14.22%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='sync'                                                        -0.36 %       ±7.50%  ±9.99% ±13.01%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='async-parallel'                                                -0.84 %       ±5.17%  ±6.89%  ±9.00%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='async-sequential'                                              -0.53 %       ±7.87% ±10.48% ±13.63%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='sync'                                                          -5.37 %       ±5.80%  ±7.72% ±10.05%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='async-parallel'                                     0.81 %       ±4.52%  ±6.03%  ±7.89%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='async-sequential'                                   3.28 %       ±7.11%  ±9.46% ±12.31%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='sync'                                               1.31 %       ±6.09%  ±8.11% ±10.56%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='async-parallel'                                                           2.53 %       ±5.16%  ±6.86%  ±8.94%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='async-sequential'                                                        -3.76 %       ±6.51%  ±8.66% ±11.27%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='sync'                                                                     3.35 %       ±9.04% ±12.04% ±15.67%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='async-parallel'                                                             4.67 %       ±6.46%  ±8.64% ±11.31%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='async-sequential'                                                          -3.04 %       ±8.34% ±11.10% ±14.45%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='sync'                                                                      -1.67 %       ±7.80% ±10.39% ±13.52%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='async-parallel'                                                -2.33 %       ±7.26%  ±9.65% ±12.57%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='async-sequential'                                       **    -11.53 %       ±8.46% ±11.27% ±14.71%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='sync'                                                          -0.57 %       ±9.07% ±12.07% ±15.72%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='async-parallel'                                                             6.90 %       ±7.18%  ±9.63% ±12.67%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='async-sequential'                                                           0.06 %       ±8.28% ±11.01% ±14.33%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='sync'                                                                      -4.26 %       ±9.46% ±12.58% ±16.38%
crypto/randomInt.js n=1000 max=100 min=-100 mode='async-parallel'                                                               1.62 %       ±8.90% ±11.86% ±15.45%
crypto/randomInt.js n=1000 max=100 min=-100 mode='async-sequential'                                                             0.33 %       ±7.41%  ±9.87% ±12.86%
crypto/randomInt.js n=1000 max=100 min=-100 mode='sync'                                                                        -3.44 %       ±8.83% ±11.76% ±15.30%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='async-parallel'                                                   2.14 %       ±8.35% ±11.12% ±14.47%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='async-sequential'                                                -5.57 %       ±7.83% ±10.49% ±13.81%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='sync'                                                             0.30 %       ±9.97% ±13.27% ±17.27%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='async-parallel'                                                 0.96 %       ±6.20%  ±8.25% ±10.74%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='async-sequential'                                              -3.23 %       ±7.33%  ±9.75% ±12.69%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='sync'                                                           0.19 %       ±8.34% ±11.10% ±14.45%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='async-parallel'                                                   0.34 %       ±5.50%  ±7.32%  ±9.52%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='async-sequential'                                                 5.59 %       ±9.70% ±12.92% ±16.83%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='sync'                                                            -9.24 %      ±10.95% ±14.62% ±19.14%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='async-parallel'                                       4.30 %       ±7.48%  ±9.95% ±12.95%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='async-sequential'                                     1.23 %       ±7.59% ±10.10% ±13.14%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='sync'                                                 5.65 %       ±9.66% ±12.86% ±16.75%
crypto/randomUUID.js disableEntropyCache=0 n=10000000                                                                          -0.36 %       ±6.35%  ±8.45% ±10.99%
crypto/randomUUID.js disableEntropyCache=1 n=10000000                                                                    *      0.94 %       ±0.81%  ±1.08%  ±1.41%
crypto/rsa-encrypt-decrypt-throughput.js len=16 keylen='2048' n=500                                                            -0.32 %       ±1.15%  ±1.53%  ±1.99%
crypto/rsa-encrypt-decrypt-throughput.js len=16 keylen='4096' n=500                                                             0.09 %       ±0.80%  ±1.07%  ±1.39%
crypto/rsa-encrypt-decrypt-throughput.js len=32 keylen='2048' n=500                                                             0.73 %       ±1.67%  ±2.24%  ±2.95%
crypto/rsa-encrypt-decrypt-throughput.js len=32 keylen='4096' n=500                                                            -0.54 %       ±0.65%  ±0.87%  ±1.13%
crypto/rsa-encrypt-decrypt-throughput.js len=64 keylen='2048' n=500                                                            -1.29 %       ±1.73%  ±2.32%  ±3.05%
crypto/rsa-encrypt-decrypt-throughput.js len=64 keylen='4096' n=500                                                            -0.26 %       ±1.20%  ±1.59%  ±2.07%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA1' writes=500                                            1.46 %       ±2.51%  ±3.34%  ±4.34%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA224' writes=500                                         -0.70 %       ±0.89%  ±1.19%  ±1.55%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA256' writes=500                                          5.61 %       ±7.05%  ±9.49% ±12.58%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA384' writes=500                                         -2.99 %       ±5.17%  ±6.96%  ±9.21%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA512' writes=500                                         -2.51 %       ±4.01%  ±5.38%  ±7.10%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA1' writes=500                                             -4.06 %       ±4.49%  ±5.98%  ±7.81%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA224' writes=500                                            2.46 %      ±11.38% ±15.20% ±19.92%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA256' writes=500                                           -0.65 %       ±4.25%  ±5.66%  ±7.38%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA384' writes=500                                           -0.44 %      ±10.99% ±14.73% ±19.39%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA512' writes=500                                           -2.87 %      ±10.34% ±13.84% ±18.19%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA1' writes=500                                           0.08 %       ±1.19%  ±1.59%  ±2.07%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA224' writes=500                                         0.74 %       ±1.47%  ±1.96%  ±2.55%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA256' writes=500                                        -0.26 %       ±1.64%  ±2.19%  ±2.85%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA384' writes=500                                         0.95 %       ±2.60%  ±3.47%  ±4.55%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA512' writes=500                                        -1.52 %       ±2.43%  ±3.25%  ±4.28%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA1' writes=500                                           -2.00 %       ±7.46%  ±9.93% ±12.94%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA224' writes=500                                         -3.43 %       ±3.86%  ±5.17%  ±6.82%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA256' writes=500                                          2.61 %       ±2.95%  ±3.93%  ±5.14%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA384' writes=500                                          1.52 %       ±5.43%  ±7.32%  ±9.71%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA512' writes=500                                         -0.98 %       ±1.48%  ±1.99%  ±2.62%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA1' writes=500                                           -2.17 %       ±5.21%  ±6.96%  ±9.13%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA224' writes=500                                          0.13 %       ±3.40%  ±4.53%  ±5.90%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA256' writes=500                                         -1.94 %       ±2.60%  ±3.49%  ±4.58%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA384' writes=500                                          2.14 %       ±4.49%  ±6.01%  ±7.90%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA512' writes=500                                          0.53 %       ±3.64%  ±4.86%  ±6.34%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=100 sync='createHash'                                                     1.66 %       ±8.05% ±10.71% ±13.94%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=100 sync='subtle'                                                        -3.97 %       ±8.75% ±11.66% ±15.20%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=10 sync='createHash'                                                      0.22 %      ±10.26% ±13.65% ±17.77%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=10 sync='subtle'                                                          2.37 %       ±4.80%  ±6.39%  ±8.32%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=20 sync='createHash'                                                      7.86 %       ±9.48% ±12.61% ±16.43%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=20 sync='subtle'                                                          1.87 %       ±8.42% ±11.22% ±14.61%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=50 sync='createHash'                                                     -0.93 %      ±11.27% ±14.99% ±19.51%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=50 sync='subtle'                                                   *     -6.83 %       ±6.45%  ±8.59% ±11.18%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=100 sync='createHash'                                                  -1.03 %       ±9.04% ±12.03% ±15.67%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=100 sync='subtle'                                                      -0.35 %       ±8.04% ±10.70% ±13.93%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=10 sync='createHash'                                                   -8.52 %       ±9.96% ±13.28% ±17.34%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=10 sync='subtle'                                                       -0.14 %       ±6.02%  ±8.02% ±10.44%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=20 sync='createHash'                                                    2.62 %      ±10.04% ±13.36% ±17.40%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=20 sync='subtle'                                                       -0.51 %       ±7.99% ±10.63% ±13.83%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=50 sync='createHash'                                                   -4.12 %       ±8.62% ±11.47% ±14.93%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=50 sync='subtle'                                                        3.88 %       ±8.53% ±11.35% ±14.78%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=100 sync='createHash'                                                  -1.69 %       ±7.95% ±10.58% ±13.77%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=100 sync='subtle'                                                       0.38 %       ±8.53% ±11.34% ±14.76%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=10 sync='createHash'                                                   -0.71 %       ±8.86% ±11.79% ±15.36%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=10 sync='subtle'                                                        1.71 %       ±7.75% ±10.31% ±13.42%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=20 sync='createHash'                                                   -6.54 %       ±9.21% ±12.26% ±15.95%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=20 sync='subtle'                                                        4.77 %       ±8.74% ±11.63% ±15.14%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=50 sync='createHash'                                                    4.24 %       ±9.49% ±12.63% ±16.44%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=50 sync='subtle'                                                       -5.55 %       ±8.72% ±11.60% ±15.11%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=100 sync='createHash'                                                  -3.70 %       ±8.44% ±11.23% ±14.62%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=100 sync='subtle'                                                      -4.72 %       ±7.80% ±10.38% ±13.51%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=10 sync='createHash'                                                    5.94 %      ±10.23% ±13.63% ±17.78%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=10 sync='subtle'                                                       -1.31 %       ±8.08% ±10.75% ±13.99%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=20 sync='createHash'                                                   -8.04 %      ±10.90% ±14.54% ±19.01%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=20 sync='subtle'                                                       -0.89 %       ±7.82% ±10.40% ±13.54%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=50 sync='createHash'                                                   -1.30 %       ±7.76% ±10.33% ±13.45%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=50 sync='subtle'                                                        5.65 %       ±8.68% ±11.56% ±15.04%

@aduh95
Copy link
Contributor Author

aduh95 commented Nov 22, 2022

The benchmark results are not very interesting – and that makes sense, because this PR doesn't change any perf sensitive path AFAICT. The upside is that it improves the resilience against prototype pollution, so let's land this?

@aduh95 aduh95 marked this pull request as ready for review November 22, 2022 11:12
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Nov 23, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 23, 2022
@nodejs-github-bot
Copy link
Collaborator

@anonrig
Copy link
Member

anonrig commented Nov 27, 2022

@aduh95 Can you rebase from main? I think Asan build is failing due to Ubuntu version update.

@nodejs-github-bot
Copy link
Collaborator

@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 27, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 27, 2022
@nodejs-github-bot nodejs-github-bot merged commit e7f172c into nodejs:main Nov 27, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in e7f172c

@aduh95 aduh95 deleted the crypto-bingint-arraybuffer branch November 27, 2022 20:02
ErickWendel pushed a commit to ErickWendel/node that referenced this pull request Nov 30, 2022
PR-URL: nodejs#45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Dec 12, 2022
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 4, 2023
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 5, 2023
PR-URL: #45567
Refs: nodejs/performance#16
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. typings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants