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

lib: use null-prototype objects for property descriptors #43270

Merged

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented May 31, 2022

Refs: #42921

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/crypto
  • @nodejs/http
  • @nodejs/modules
  • @nodejs/net
  • @nodejs/startup

@nodejs-github-bot nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels May 31, 2022
@aduh95
Copy link
Contributor Author

aduh95 commented May 31, 2022

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

Results
                                                                                                                confidence improvement accuracy (*)    (**)   (***)
crypto/aes-gcm-throughput.js len=1024 cipher='aes-128-gcm' n=500                                                                4.58 %       ±7.84% ±10.43% ±13.58%
crypto/aes-gcm-throughput.js len=1024 cipher='aes-192-gcm' n=500                                                        **     12.12 %       ±7.15%  ±9.56% ±12.53%
crypto/aes-gcm-throughput.js len=1024 cipher='aes-256-gcm' n=500                                                               -5.93 %       ±7.00%  ±9.32% ±12.13%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-128-gcm' n=500                                                             5.06 %       ±9.14% ±12.16% ±15.83%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-192-gcm' n=500                                                             1.65 %       ±8.78% ±11.68% ±15.21%
crypto/aes-gcm-throughput.js len=1048576 cipher='aes-256-gcm' n=500                                                             0.90 %       ±8.13% ±10.82% ±14.08%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-128-gcm' n=500                                                               3.55 %       ±8.84% ±11.77% ±15.35%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-192-gcm' n=500                                                              -2.10 %      ±10.09% ±13.44% ±17.50%
crypto/aes-gcm-throughput.js len=16384 cipher='aes-256-gcm' n=500                                                               4.44 %      ±10.69% ±14.23% ±18.53%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-128-gcm' n=500                                                             -0.41 %       ±8.01% ±10.67% ±13.91%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-192-gcm' n=500                                                              0.93 %       ±7.73% ±10.29% ±13.40%
crypto/aes-gcm-throughput.js len=262144 cipher='aes-256-gcm' n=500                                                              2.42 %       ±6.81%  ±9.07% ±11.81%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-128-gcm' n=500                                                               -4.98 %       ±7.96% ±10.60% ±13.82%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-192-gcm' n=500                                                                1.09 %       ±9.14% ±12.18% ±15.89%
crypto/aes-gcm-throughput.js len=4096 cipher='aes-256-gcm' n=500                                                               -6.47 %       ±9.10% ±12.14% ±15.89%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-128-gcm' n=500                                                               0.90 %       ±7.72% ±10.27% ±13.37%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-192-gcm' n=500                                                        *     -9.05 %       ±8.45% ±11.28% ±14.77%
crypto/aes-gcm-throughput.js len=65536 cipher='aes-256-gcm' n=500                                                              -3.40 %       ±7.95% ±10.58% ±13.79%
crypto/cipher-stream.js api='legacy' len=102400 type='asc' cipher='AES192' writes=500                                           1.34 %       ±5.96%  ±7.95% ±10.37%
crypto/cipher-stream.js api='legacy' len=102400 type='asc' cipher='AES256' writes=500                                          -0.01 %       ±4.05%  ±5.39%  ±7.02%
crypto/cipher-stream.js api='legacy' len=102400 type='buf' cipher='AES192' writes=500                                          -0.41 %       ±4.37%  ±5.81%  ±7.57%
crypto/cipher-stream.js api='legacy' len=102400 type='buf' cipher='AES256' writes=500                                           0.42 %       ±4.16%  ±5.54%  ±7.22%
crypto/cipher-stream.js api='legacy' len=102400 type='utf' cipher='AES192' writes=500                                          -1.29 %       ±7.64% ±10.23% ±13.44%
crypto/cipher-stream.js api='legacy' len=102400 type='utf' cipher='AES256' writes=500                                    *      3.72 %       ±3.27%  ±4.35%  ±5.66%
crypto/cipher-stream.js api='legacy' len=1024 type='asc' cipher='AES192' writes=500                                            -1.80 %       ±6.31%  ±8.40% ±10.93%
crypto/cipher-stream.js api='legacy' len=1024 type='asc' cipher='AES256' writes=500                                            -5.12 %       ±9.58% ±12.83% ±16.87%
crypto/cipher-stream.js api='legacy' len=1024 type='buf' cipher='AES192' writes=500                                      *     -6.42 %       ±4.90%  ±6.53%  ±8.52%
crypto/cipher-stream.js api='legacy' len=1024 type='buf' cipher='AES256' writes=500                                            -3.19 %       ±9.96% ±13.29% ±17.38%
crypto/cipher-stream.js api='legacy' len=1024 type='utf' cipher='AES192' writes=500                                            -1.81 %       ±4.46%  ±5.94%  ±7.74%
crypto/cipher-stream.js api='legacy' len=1024 type='utf' cipher='AES256' writes=500                                            -3.65 %       ±5.27%  ±7.01%  ±9.13%
crypto/cipher-stream.js api='legacy' len=1048576 type='asc' cipher='AES192' writes=500                                         -0.68 %       ±3.51%  ±4.68%  ±6.10%
crypto/cipher-stream.js api='legacy' len=1048576 type='asc' cipher='AES256' writes=500                                         -0.22 %       ±3.13%  ±4.16%  ±5.42%
crypto/cipher-stream.js api='legacy' len=1048576 type='buf' cipher='AES192' writes=500                                          0.19 %       ±3.41%  ±4.54%  ±5.91%
crypto/cipher-stream.js api='legacy' len=1048576 type='buf' cipher='AES256' writes=500                                          1.66 %       ±4.69%  ±6.24%  ±8.12%
crypto/cipher-stream.js api='legacy' len=1048576 type='utf' cipher='AES192' writes=500                                         -1.71 %       ±3.71%  ±4.93%  ±6.42%
crypto/cipher-stream.js api='legacy' len=1048576 type='utf' cipher='AES256' writes=500                                  **     -5.12 %       ±3.72%  ±4.95%  ±6.44%
crypto/cipher-stream.js api='legacy' len=2 type='asc' cipher='AES192' writes=500                                                0.04 %       ±7.29%  ±9.70% ±12.64%
crypto/cipher-stream.js api='legacy' len=2 type='asc' cipher='AES256' writes=500                                               -1.93 %       ±5.66%  ±7.54%  ±9.83%
crypto/cipher-stream.js api='legacy' len=2 type='buf' cipher='AES192' writes=500                                               -7.28 %       ±9.52% ±12.80% ±16.91%
crypto/cipher-stream.js api='legacy' len=2 type='buf' cipher='AES256' writes=500                                               -0.68 %       ±5.36%  ±7.14%  ±9.31%
crypto/cipher-stream.js api='legacy' len=2 type='utf' cipher='AES192' writes=500                                               -4.50 %       ±9.03% ±12.07% ±15.81%
crypto/cipher-stream.js api='legacy' len=2 type='utf' cipher='AES256' writes=500                                               -0.54 %       ±6.85%  ±9.12% ±11.87%
crypto/cipher-stream.js api='stream' len=102400 type='asc' cipher='AES192' writes=500                                           0.93 %       ±3.75%  ±4.99%  ±6.49%
crypto/cipher-stream.js api='stream' len=102400 type='asc' cipher='AES256' writes=500                                          -0.98 %       ±3.15%  ±4.20%  ±5.46%
crypto/cipher-stream.js api='stream' len=102400 type='buf' cipher='AES192' writes=500                                           1.50 %       ±2.90%  ±3.86%  ±5.02%
crypto/cipher-stream.js api='stream' len=102400 type='buf' cipher='AES256' writes=500                                          -0.20 %       ±3.31%  ±4.40%  ±5.74%
crypto/cipher-stream.js api='stream' len=102400 type='utf' cipher='AES192' writes=500                                          -1.73 %       ±2.83%  ±3.76%  ±4.90%
crypto/cipher-stream.js api='stream' len=102400 type='utf' cipher='AES256' writes=500                                          -0.67 %       ±2.53%  ±3.37%  ±4.39%
crypto/cipher-stream.js api='stream' len=1024 type='asc' cipher='AES192' writes=500                                    ***    -12.06 %       ±5.31%  ±7.07%  ±9.22%
crypto/cipher-stream.js api='stream' len=1024 type='asc' cipher='AES256' writes=500                                      *     -7.23 %       ±5.61%  ±7.47%  ±9.73%
crypto/cipher-stream.js api='stream' len=1024 type='buf' cipher='AES192' writes=500                                    ***    -14.82 %       ±5.37%  ±7.17%  ±9.40%
crypto/cipher-stream.js api='stream' len=1024 type='buf' cipher='AES256' writes=500                                            -7.04 %       ±9.71% ±12.92% ±16.82%
crypto/cipher-stream.js api='stream' len=1024 type='utf' cipher='AES192' writes=500                                     **    -17.09 %       ±9.97% ±13.36% ±17.59%
crypto/cipher-stream.js api='stream' len=1024 type='utf' cipher='AES256' writes=500                                    ***    -10.74 %       ±5.64%  ±7.51%  ±9.77%
crypto/cipher-stream.js api='stream' len=1048576 type='asc' cipher='AES192' writes=500                                          1.67 %       ±3.18%  ±4.24%  ±5.53%
crypto/cipher-stream.js api='stream' len=1048576 type='asc' cipher='AES256' writes=500                                         -0.01 %       ±3.92%  ±5.21%  ±6.79%
crypto/cipher-stream.js api='stream' len=1048576 type='buf' cipher='AES192' writes=500                                          0.65 %       ±4.92%  ±6.55%  ±8.53%
crypto/cipher-stream.js api='stream' len=1048576 type='buf' cipher='AES256' writes=500                                         -3.53 %       ±4.26%  ±5.66%  ±7.37%
crypto/cipher-stream.js api='stream' len=1048576 type='utf' cipher='AES192' writes=500                                          2.30 %       ±4.26%  ±5.70%  ±7.46%
crypto/cipher-stream.js api='stream' len=1048576 type='utf' cipher='AES256' writes=500                                         -1.07 %       ±3.02%  ±4.02%  ±5.24%
crypto/cipher-stream.js api='stream' len=2 type='asc' cipher='AES192' writes=500                                               -5.19 %       ±6.21%  ±8.27% ±10.79%
crypto/cipher-stream.js api='stream' len=2 type='asc' cipher='AES256' writes=500                                               -1.35 %       ±6.77%  ±9.01% ±11.73%
crypto/cipher-stream.js api='stream' len=2 type='buf' cipher='AES192' writes=500                                                4.46 %       ±9.08% ±12.13% ±15.87%
crypto/cipher-stream.js api='stream' len=2 type='buf' cipher='AES256' writes=500                                                1.69 %       ±5.83%  ±7.77% ±10.12%
crypto/cipher-stream.js api='stream' len=2 type='utf' cipher='AES192' writes=500                                               -2.69 %       ±8.89% ±11.89% ±15.60%
crypto/cipher-stream.js api='stream' len=2 type='utf' cipher='AES256' writes=500                                               -3.86 %       ±5.64%  ±7.50%  ±9.77%
crypto/get-ciphers.js v='crypto' n=1                                                                                     *     -9.58 %       ±8.57% ±11.41% ±14.86%
crypto/get-ciphers.js v='crypto' n=5000                                                                                         0.23 %       ±7.28%  ±9.69% ±12.61%
crypto/get-ciphers.js v='tls' n=1                                                                                               1.86 %       ±6.97%  ±9.29% ±12.12%
crypto/get-ciphers.js v='tls' n=5000                                                                                   ***     80.91 %      ±10.10% ±13.48% ±17.62%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='asc' algo='md5' writes=500                            2.02 %       ±2.86%  ±3.81%  ±4.96%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='asc' algo='sha256' writes=500                         0.30 %       ±1.89%  ±2.51%  ±3.27%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='buf' algo='md5' writes=500                            1.56 %       ±5.59%  ±7.48%  ±9.84%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='buf' algo='sha256' writes=500                         2.79 %       ±4.34%  ±5.83%  ±7.69%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='utf' algo='md5' writes=500                           -4.94 %       ±5.67%  ±7.62% ±10.07%
crypto/hash-stream-creation.js api='legacy' len=102400 out='binary' type='utf' algo='sha256' writes=500                         0.86 %       ±4.36%  ±5.84%  ±7.70%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='asc' algo='md5' writes=500                           -0.15 %       ±2.58%  ±3.43%  ±4.46%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='asc' algo='sha256' writes=500                        -1.56 %       ±1.93%  ±2.56%  ±3.34%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='buf' algo='md5' writes=500                            0.14 %       ±3.03%  ±4.03%  ±5.24%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='buf' algo='sha256' writes=500                        -2.95 %       ±6.03%  ±8.04% ±10.49%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='utf' algo='md5' writes=500                           -0.48 %       ±2.22%  ±2.95%  ±3.84%
crypto/hash-stream-creation.js api='legacy' len=102400 out='buffer' type='utf' algo='sha256' writes=500                         1.93 %       ±4.36%  ±5.85%  ±7.73%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='asc' algo='md5' writes=500                               1.74 %       ±2.96%  ±3.94%  ±5.13%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='asc' algo='sha256' writes=500                            3.37 %       ±5.36%  ±7.20%  ±9.53%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='buf' algo='md5' writes=500                              -0.35 %       ±3.49%  ±4.65%  ±6.06%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='buf' algo='sha256' writes=500                           -0.01 %       ±2.17%  ±2.89%  ±3.77%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='utf' algo='md5' writes=500                              -0.40 %       ±2.13%  ±2.84%  ±3.69%
crypto/hash-stream-creation.js api='legacy' len=102400 out='hex' type='utf' algo='sha256' writes=500                            0.62 %       ±1.75%  ±2.33%  ±3.04%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='asc' algo='md5' writes=500                              0.74 %       ±7.00%  ±9.31% ±12.13%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='asc' algo='sha256' writes=500                          -3.10 %       ±6.59%  ±8.81% ±11.54%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='buf' algo='md5' writes=500                              1.22 %       ±7.64% ±10.17% ±13.24%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='buf' algo='sha256' writes=500                          -0.96 %       ±6.46%  ±8.60% ±11.21%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='utf' algo='md5' writes=500                              4.73 %      ±10.50% ±14.01% ±18.30%
crypto/hash-stream-creation.js api='legacy' len=1024 out='binary' type='utf' algo='sha256' writes=500                          -2.63 %       ±8.12% ±10.82% ±14.11%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='asc' algo='md5' writes=500                             -3.26 %       ±6.79%  ±9.04% ±11.77%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='asc' algo='sha256' writes=500                           5.13 %       ±7.28%  ±9.68% ±12.60%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='buf' algo='md5' writes=500                             -6.39 %       ±9.69% ±12.97% ±17.04%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='buf' algo='sha256' writes=500                          -1.12 %       ±7.61% ±10.13% ±13.18%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='utf' algo='md5' writes=500                              2.51 %       ±8.51% ±11.33% ±14.78%
crypto/hash-stream-creation.js api='legacy' len=1024 out='buffer' type='utf' algo='sha256' writes=500                          -0.68 %       ±6.46%  ±8.60% ±11.19%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='asc' algo='md5' writes=500                                 7.89 %      ±15.39% ±20.48% ±26.65%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='asc' algo='sha256' writes=500                             -4.35 %       ±5.72%  ±7.66% ±10.07%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='buf' algo='md5' writes=500                                -0.43 %       ±8.57% ±11.40% ±14.84%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='buf' algo='sha256' writes=500                             -9.52 %      ±10.93% ±14.68% ±19.38%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='utf' algo='md5' writes=500                                -4.59 %       ±6.06%  ±8.06% ±10.49%
crypto/hash-stream-creation.js api='legacy' len=1024 out='hex' type='utf' algo='sha256' writes=500                             -3.68 %      ±11.99% ±15.96% ±20.77%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='asc' algo='md5' writes=500                           2.80 %       ±2.92%  ±3.90%  ±5.12%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='asc' algo='sha256' writes=500                        0.02 %       ±1.17%  ±1.56%  ±2.03%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='buf' algo='md5' writes=500                           0.66 %       ±1.74%  ±2.32%  ±3.02%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='buf' algo='sha256' writes=500                       -0.65 %       ±1.46%  ±1.96%  ±2.56%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='utf' algo='md5' writes=500                          -0.60 %       ±2.65%  ±3.53%  ±4.62%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='binary' type='utf' algo='sha256' writes=500                       -0.45 %       ±1.57%  ±2.10%  ±2.76%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='asc' algo='md5' writes=500                          -1.04 %       ±1.49%  ±1.99%  ±2.59%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='asc' algo='sha256' writes=500                 *     -1.62 %       ±1.29%  ±1.72%  ±2.24%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='buf' algo='md5' writes=500                          -0.08 %       ±1.96%  ±2.62%  ±3.41%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='buf' algo='sha256' writes=500                        0.40 %       ±1.85%  ±2.47%  ±3.24%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='utf' algo='md5' writes=500                           0.48 %       ±2.17%  ±2.91%  ±3.81%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='buffer' type='utf' algo='sha256' writes=500                       -0.23 %       ±1.56%  ±2.09%  ±2.75%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='asc' algo='md5' writes=500                              1.53 %       ±2.02%  ±2.69%  ±3.50%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='asc' algo='sha256' writes=500                          -0.55 %       ±1.83%  ±2.43%  ±3.18%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='buf' algo='md5' writes=500                              1.92 %       ±2.46%  ±3.29%  ±4.31%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='buf' algo='sha256' writes=500                          -1.49 %       ±1.66%  ±2.23%  ±2.94%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='utf' algo='md5' writes=500                              0.49 %       ±2.79%  ±3.73%  ±4.90%
crypto/hash-stream-creation.js api='legacy' len=1048576 out='hex' type='utf' algo='sha256' writes=500                           0.28 %       ±1.60%  ±2.13%  ±2.79%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='asc' algo='md5' writes=500                                 1.59 %       ±7.09%  ±9.45% ±12.31%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='asc' algo='sha256' writes=500                       *    -12.12 %      ±11.76% ±15.79% ±20.86%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='buf' algo='md5' writes=500                                -7.10 %      ±12.19% ±16.36% ±21.57%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='buf' algo='sha256' writes=500                              1.32 %       ±7.18%  ±9.59% ±12.55%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='utf' algo='md5' writes=500                                 6.10 %       ±7.48%  ±9.96% ±12.98%
crypto/hash-stream-creation.js api='legacy' len=2 out='binary' type='utf' algo='sha256' writes=500                             -8.61 %       ±9.01% ±12.03% ±15.75%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='asc' algo='md5' writes=500                                -3.44 %      ±12.14% ±16.23% ±21.28%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='asc' algo='sha256' writes=500                             -5.01 %       ±5.23%  ±6.96%  ±9.08%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='buf' algo='md5' writes=500                                -6.45 %      ±10.75% ±14.41% ±18.96%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='buf' algo='sha256' writes=500                              2.20 %       ±6.85%  ±9.11% ±11.86%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='utf' algo='md5' writes=500                                -3.52 %       ±4.69%  ±6.25%  ±8.17%
crypto/hash-stream-creation.js api='legacy' len=2 out='buffer' type='utf' algo='sha256' writes=500                             11.41 %      ±12.48% ±16.72% ±21.99%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='asc' algo='md5' writes=500                             *      7.87 %       ±7.59% ±10.11% ±13.16%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='asc' algo='sha256' writes=500                                -3.40 %      ±10.69% ±14.28% ±18.70%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='buf' algo='md5' writes=500                                   -3.21 %      ±11.51% ±15.32% ±19.94%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='buf' algo='sha256' writes=500                                -9.86 %      ±11.89% ±15.82% ±20.60%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='utf' algo='md5' writes=500                                    1.68 %       ±7.59% ±10.10% ±13.15%
crypto/hash-stream-creation.js api='legacy' len=2 out='hex' type='utf' algo='sha256' writes=500                                -1.69 %       ±4.92%  ±6.55%  ±8.52%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='asc' algo='md5' writes=500                           -2.26 %       ±4.70%  ±6.26%  ±8.15%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='asc' algo='sha256' writes=500                         0.22 %       ±3.87%  ±5.15%  ±6.70%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='buf' algo='md5' writes=500                            0.03 %       ±4.30%  ±5.72%  ±7.46%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='buf' algo='sha256' writes=500                        -1.22 %       ±3.71%  ±4.93%  ±6.42%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='utf' algo='md5' writes=500                           -2.95 %       ±3.25%  ±4.32%  ±5.63%
crypto/hash-stream-creation.js api='stream' len=102400 out='binary' type='utf' algo='sha256' writes=500                        -2.00 %       ±3.73%  ±4.97%  ±6.47%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='asc' algo='md5' writes=500                            1.41 %       ±4.92%  ±6.55%  ±8.53%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='asc' algo='sha256' writes=500                         1.96 %       ±3.17%  ±4.22%  ±5.49%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='buf' algo='md5' writes=500                           -0.14 %       ±4.84%  ±6.44%  ±8.38%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='buf' algo='sha256' writes=500                         3.18 %       ±3.57%  ±4.76%  ±6.23%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='utf' algo='md5' writes=500                           -4.58 %       ±5.21%  ±6.94%  ±9.06%
crypto/hash-stream-creation.js api='stream' len=102400 out='buffer' type='utf' algo='sha256' writes=500                        -0.59 %       ±3.09%  ±4.11%  ±5.35%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='asc' algo='md5' writes=500                               2.49 %       ±4.19%  ±5.58%  ±7.27%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='asc' algo='sha256' writes=500                            1.64 %       ±4.10%  ±5.45%  ±7.10%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='buf' algo='md5' writes=500                       **     -4.59 %       ±3.36%  ±4.48%  ±5.84%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='buf' algo='sha256' writes=500                    **     -4.94 %       ±3.47%  ±4.62%  ±6.01%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='utf' algo='md5' writes=500                               0.71 %       ±4.08%  ±5.43%  ±7.06%
crypto/hash-stream-creation.js api='stream' len=102400 out='hex' type='utf' algo='sha256' writes=500                           -0.03 %       ±3.45%  ±4.59%  ±5.98%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='asc' algo='md5' writes=500                              0.41 %       ±7.38%  ±9.82% ±12.78%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='asc' algo='sha256' writes=500                          -1.59 %       ±6.01%  ±7.99% ±10.40%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='buf' algo='md5' writes=500                             -0.55 %       ±6.60%  ±8.79% ±11.47%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='buf' algo='sha256' writes=500                          -3.36 %       ±8.19% ±10.90% ±14.18%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='utf' algo='md5' writes=500                             -3.69 %       ±7.09%  ±9.44% ±12.29%
crypto/hash-stream-creation.js api='stream' len=1024 out='binary' type='utf' algo='sha256' writes=500                          -2.32 %       ±9.65% ±12.85% ±16.74%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='asc' algo='md5' writes=500                             -1.62 %       ±6.45%  ±8.58% ±11.17%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='asc' algo='sha256' writes=500                           2.26 %       ±6.37%  ±8.48% ±11.05%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='buf' algo='md5' writes=500                             -5.90 %       ±6.01%  ±8.01% ±10.44%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='buf' algo='sha256' writes=500                          -3.16 %       ±5.97%  ±7.95% ±10.35%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='utf' algo='md5' writes=500                             -5.40 %       ±6.55%  ±8.72% ±11.35%
crypto/hash-stream-creation.js api='stream' len=1024 out='buffer' type='utf' algo='sha256' writes=500                           3.00 %       ±7.73% ±10.30% ±13.46%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='asc' algo='md5' writes=500                                 2.98 %       ±6.55%  ±8.75% ±11.46%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='asc' algo='sha256' writes=500                             -2.66 %       ±4.85%  ±6.46%  ±8.41%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='buf' algo='md5' writes=500                                -4.50 %       ±6.44%  ±8.60% ±11.25%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='buf' algo='sha256' writes=500                             -3.80 %       ±6.74%  ±8.98% ±11.70%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='utf' algo='md5' writes=500                                -3.44 %       ±7.37%  ±9.81% ±12.77%
crypto/hash-stream-creation.js api='stream' len=1024 out='hex' type='utf' algo='sha256' writes=500                              0.37 %       ±5.00%  ±6.66%  ±8.68%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='asc' algo='md5' writes=500                           0.95 %       ±4.29%  ±5.70%  ±7.42%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='asc' algo='sha256' writes=500                        2.37 %       ±5.21%  ±6.93%  ±9.02%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='buf' algo='md5' writes=500                           0.60 %       ±4.71%  ±6.28%  ±8.18%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='buf' algo='sha256' writes=500                       -0.97 %       ±4.58%  ±6.10%  ±7.94%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='utf' algo='md5' writes=500                           1.20 %       ±4.74%  ±6.30%  ±8.20%
crypto/hash-stream-creation.js api='stream' len=1048576 out='binary' type='utf' algo='sha256' writes=500                       -1.23 %       ±3.42%  ±4.55%  ±5.92%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='asc' algo='md5' writes=500                          -1.76 %       ±4.59%  ±6.10%  ±7.95%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='asc' algo='sha256' writes=500                       -0.52 %       ±4.38%  ±5.83%  ±7.60%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='buf' algo='md5' writes=500                           3.69 %       ±4.55%  ±6.05%  ±7.88%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='buf' algo='sha256' writes=500                        0.60 %       ±4.37%  ±5.81%  ±7.57%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='utf' algo='md5' writes=500                          -1.80 %       ±5.38%  ±7.17%  ±9.33%
crypto/hash-stream-creation.js api='stream' len=1048576 out='buffer' type='utf' algo='sha256' writes=500                       -1.01 %       ±3.35%  ±4.45%  ±5.79%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='asc' algo='md5' writes=500                       *      6.92 %       ±5.66%  ±7.56%  ±9.87%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='asc' algo='sha256' writes=500                          -0.14 %       ±3.83%  ±5.10%  ±6.64%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='buf' algo='md5' writes=500                              2.28 %       ±4.29%  ±5.71%  ±7.43%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='buf' algo='sha256' writes=500                          -0.64 %       ±3.73%  ±4.96%  ±6.46%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='utf' algo='md5' writes=500                             -3.53 %       ±4.94%  ±6.58%  ±8.56%
crypto/hash-stream-creation.js api='stream' len=1048576 out='hex' type='utf' algo='sha256' writes=500                           1.60 %       ±4.15%  ±5.52%  ±7.19%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='asc' algo='md5' writes=500                                 3.53 %       ±5.13%  ±6.83%  ±8.90%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='asc' algo='sha256' writes=500                             -1.82 %       ±6.96%  ±9.27% ±12.07%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='buf' algo='md5' writes=500                                 7.29 %       ±8.41% ±11.21% ±14.61%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='buf' algo='sha256' writes=500                             -2.21 %       ±6.60%  ±8.78% ±11.43%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='utf' algo='md5' writes=500                                -1.09 %       ±5.98%  ±7.96% ±10.37%
crypto/hash-stream-creation.js api='stream' len=2 out='binary' type='utf' algo='sha256' writes=500                             -4.62 %       ±8.73% ±11.63% ±15.17%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='asc' algo='md5' writes=500                                -4.04 %       ±5.87%  ±7.82% ±10.18%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='asc' algo='sha256' writes=500                             -0.90 %       ±6.38%  ±8.48% ±11.04%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='buf' algo='md5' writes=500                                 2.61 %      ±10.79% ±14.44% ±18.95%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='buf' algo='sha256' writes=500                       *     -7.81 %       ±7.00%  ±9.34% ±12.19%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='utf' algo='md5' writes=500                                -4.15 %       ±6.55%  ±8.72% ±11.35%
crypto/hash-stream-creation.js api='stream' len=2 out='buffer' type='utf' algo='sha256' writes=500                              1.48 %       ±6.14%  ±8.17% ±10.64%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='asc' algo='md5' writes=500                                    0.99 %       ±8.42% ±11.23% ±14.65%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='asc' algo='sha256' writes=500                                -4.48 %       ±6.27%  ±8.37% ±10.94%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='buf' algo='md5' writes=500                                   -1.38 %       ±7.44%  ±9.90% ±12.89%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='buf' algo='sha256' writes=500                                -5.13 %       ±5.98%  ±7.96% ±10.36%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='utf' algo='md5' writes=500                                   -2.32 %       ±6.70%  ±8.91% ±11.60%
crypto/hash-stream-creation.js api='stream' len=2 out='hex' type='utf' algo='sha256' writes=500                                -0.24 %       ±4.91%  ±6.54%  ±8.52%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha1' writes=500                                     -1.55 %       ±7.39%  ±9.89% ±12.98%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha256' writes=500                                   -2.89 %       ±3.92%  ±5.26%  ±6.94%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='asc' algo='sha512' writes=500                                    3.49 %       ±5.25%  ±7.01%  ±9.17%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha1' writes=500                                      0.23 %       ±4.33%  ±5.76%  ±7.50%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha256' writes=500                                   -0.43 %       ±2.14%  ±2.85%  ±3.71%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='buf' algo='sha512' writes=500                             *      3.33 %       ±2.59%  ±3.45%  ±4.50%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha1' writes=500                                      1.01 %       ±2.37%  ±3.15%  ±4.11%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha256' writes=500                                   -0.49 %       ±1.64%  ±2.18%  ±2.84%
crypto/hash-stream-throughput.js api='legacy' len=102400 type='utf' algo='sha512' writes=500                            **     -2.59 %       ±1.87%  ±2.50%  ±3.25%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha1' writes=500                                        1.41 %       ±7.09%  ±9.43% ±12.28%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha256' writes=500                                     -3.33 %      ±11.04% ±14.73% ±19.26%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='asc' algo='sha512' writes=500                                     -6.84 %       ±7.29%  ±9.72% ±12.68%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha1' writes=500                                       -2.34 %       ±6.41%  ±8.53% ±11.11%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha256' writes=500                                     -2.73 %       ±7.65% ±10.18% ±13.25%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='buf' algo='sha512' writes=500                                     -0.15 %       ±6.08%  ±8.09% ±10.54%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha1' writes=500                                        6.14 %      ±10.84% ±14.49% ±18.99%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha256' writes=500                                     -2.08 %       ±7.58% ±10.10% ±13.17%
crypto/hash-stream-throughput.js api='legacy' len=1024 type='utf' algo='sha512' writes=500                                     -0.02 %       ±6.01%  ±8.01% ±10.43%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha1' writes=500                                    -0.06 %       ±2.79%  ±3.72%  ±4.84%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha256' writes=500                                  -0.76 %       ±1.90%  ±2.53%  ±3.30%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='asc' algo='sha512' writes=500                                   0.38 %       ±3.14%  ±4.18%  ±5.45%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha1' writes=500                                    -1.50 %       ±1.52%  ±2.02%  ±2.63%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha256' writes=500                                  -0.52 %       ±2.07%  ±2.77%  ±3.63%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='buf' algo='sha512' writes=500                                   0.66 %       ±2.27%  ±3.04%  ±3.98%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha1' writes=500                                     0.99 %       ±2.38%  ±3.17%  ±4.14%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha256' writes=500                                  -0.14 %       ±1.06%  ±1.41%  ±1.84%
crypto/hash-stream-throughput.js api='legacy' len=1048576 type='utf' algo='sha512' writes=500                                  -0.70 %       ±1.81%  ±2.41%  ±3.15%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha1' writes=500                                          -0.46 %       ±8.39% ±11.17% ±14.56%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha256' writes=500                                         1.98 %       ±6.11%  ±8.13% ±10.58%
crypto/hash-stream-throughput.js api='legacy' len=2 type='asc' algo='sha512' writes=500                                         4.56 %      ±15.90% ±21.16% ±27.55%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha1' writes=500                                           0.05 %      ±13.75% ±18.31% ±23.87%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha256' writes=500                                         1.16 %       ±8.72% ±11.61% ±15.14%
crypto/hash-stream-throughput.js api='legacy' len=2 type='buf' algo='sha512' writes=500                                        -6.53 %      ±10.68% ±14.33% ±18.90%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha1' writes=500                                           0.92 %       ±4.80%  ±6.39%  ±8.31%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha256' writes=500                                         7.84 %      ±13.29% ±17.84% ±23.54%
crypto/hash-stream-throughput.js api='legacy' len=2 type='utf' algo='sha512' writes=500                                        -6.65 %      ±11.88% ±15.90% ±20.88%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha1' writes=500                                      0.38 %       ±3.73%  ±4.96%  ±6.47%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha256' writes=500                                   -5.23 %       ±6.79%  ±9.14% ±12.10%
crypto/hash-stream-throughput.js api='stream' len=102400 type='asc' algo='sha512' writes=500                                    0.49 %       ±3.12%  ±4.16%  ±5.44%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha1' writes=500                                      2.46 %       ±2.94%  ±3.91%  ±5.09%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha256' writes=500                                   -2.34 %       ±4.20%  ±5.64%  ±7.46%
crypto/hash-stream-throughput.js api='stream' len=102400 type='buf' algo='sha512' writes=500                                    1.29 %       ±2.70%  ±3.60%  ±4.69%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha1' writes=500                                     -0.11 %       ±2.78%  ±3.70%  ±4.81%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha256' writes=500                                   -2.46 %       ±3.16%  ±4.24%  ±5.59%
crypto/hash-stream-throughput.js api='stream' len=102400 type='utf' algo='sha512' writes=500                                   -0.08 %       ±2.57%  ±3.43%  ±4.47%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha1' writes=500                                       -6.09 %       ±9.60% ±12.79% ±16.69%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha256' writes=500                               *    -10.69 %       ±9.04% ±12.14% ±16.04%
crypto/hash-stream-throughput.js api='stream' len=1024 type='asc' algo='sha512' writes=500                                      0.64 %       ±5.94%  ±7.90% ±10.28%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha1' writes=500                                       -1.30 %       ±5.71%  ±7.61%  ±9.91%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha256' writes=500                                      2.76 %       ±6.97%  ±9.29% ±12.11%
crypto/hash-stream-throughput.js api='stream' len=1024 type='buf' algo='sha512' writes=500                                      1.40 %       ±6.79%  ±9.03% ±11.75%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha1' writes=500                                       -1.50 %       ±9.45% ±12.62% ±16.49%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha256' writes=500                                      3.37 %       ±5.69%  ±7.58%  ±9.88%
crypto/hash-stream-throughput.js api='stream' len=1024 type='utf' algo='sha512' writes=500                                      0.44 %       ±7.72% ±10.27% ±13.37%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha1' writes=500                                    -2.58 %       ±3.78%  ±5.03%  ±6.57%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha256' writes=500                            *      2.99 %       ±2.90%  ±3.91%  ±5.18%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='asc' algo='sha512' writes=500                                   0.70 %       ±3.55%  ±4.73%  ±6.18%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha1' writes=500                                    -0.34 %       ±4.80%  ±6.39%  ±8.32%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha256' writes=500                                   1.27 %       ±1.69%  ±2.27%  ±2.99%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='buf' algo='sha512' writes=500                                  -1.64 %       ±4.67%  ±6.22%  ±8.10%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha1' writes=500                                     0.17 %       ±3.67%  ±4.89%  ±6.36%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha256' writes=500                                  -0.69 %       ±2.41%  ±3.21%  ±4.18%
crypto/hash-stream-throughput.js api='stream' len=1048576 type='utf' algo='sha512' writes=500                                   0.06 %       ±2.06%  ±2.76%  ±3.62%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha1' writes=500                                          -2.98 %       ±7.00%  ±9.31% ±12.12%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha256' writes=500                                        -4.00 %       ±6.14%  ±8.18% ±10.65%
crypto/hash-stream-throughput.js api='stream' len=2 type='asc' algo='sha512' writes=500                                         1.01 %       ±5.63%  ±7.49%  ±9.75%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha1' writes=500                                           5.46 %       ±6.78%  ±9.02% ±11.75%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha256' writes=500                                        -0.66 %       ±4.78%  ±6.36%  ±8.28%
crypto/hash-stream-throughput.js api='stream' len=2 type='buf' algo='sha512' writes=500                                         0.59 %       ±5.73%  ±7.63%  ±9.93%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha1' writes=500                                           4.84 %      ±11.40% ±15.23% ±19.95%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha256' writes=500                                        -1.21 %       ±5.99%  ±7.97% ±10.37%
crypto/hash-stream-throughput.js api='stream' len=2 type='utf' algo='sha512' writes=500                                         4.40 %       ±9.00% ±12.05% ±15.83%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=1024 sync=0                                        **     -9.52 %       ±5.55%  ±7.39%  ±9.61%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=1024 sync=1                                                2.29 %       ±5.87%  ±7.81% ±10.18%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=10 sync=0                                                 -2.18 %      ±10.20% ±13.58% ±17.70%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=10 sync=1                                                  3.91 %       ±9.58% ±12.78% ±16.69%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=64 sync=0                                                  1.05 %       ±8.58% ±11.42% ±14.87%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='a' size=64 sync=1                                                 -1.80 %       ±5.75%  ±7.65%  ±9.96%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=1024 sync=0                                   **    -10.97 %       ±6.80%  ±9.05% ±11.78%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=1024 sync=1                                          -1.83 %       ±4.93%  ±6.56%  ±8.55%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=10 sync=0                                            -5.37 %       ±9.35% ±12.44% ±16.19%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=10 sync=1                                            -1.64 %       ±6.96%  ±9.26% ±12.05%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=64 sync=0                                            -4.44 %      ±10.53% ±14.03% ±18.29%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='secret' size=64 sync=1                                            -1.22 %       ±6.18%  ±8.22% ±10.70%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0             **     -9.84 %       ±5.73%  ±7.63%  ±9.96%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                    -1.64 %       ±6.61%  ±8.81% ±11.48%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                      -8.56 %       ±9.11% ±12.15% ±15.88%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                      -1.68 %       ±5.71%  ±7.60%  ±9.92%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                      -2.60 %      ±10.61% ±14.11% ±18.37%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                      -4.17 %       ±5.83%  ±7.77% ±10.13%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=1024 sync=0                                   ***    -12.45 %       ±5.95%  ±7.93% ±10.34%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=1024 sync=1                                           -2.37 %       ±4.85%  ±6.45%  ±8.40%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=10 sync=0                                             -5.96 %      ±11.32% ±15.07% ±19.63%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=10 sync=1                                             -5.25 %       ±6.81%  ±9.07% ±11.81%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=64 sync=0                                             -7.85 %      ±10.61% ±14.13% ±18.41%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='a' size=64 sync=1                                              2.41 %       ±7.50%  ±9.98% ±13.01%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=1024 sync=0                                      -3.04 %       ±5.99%  ±7.99% ±10.44%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=1024 sync=1                                      -0.22 %       ±5.48%  ±7.30%  ±9.50%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=10 sync=0                                        -9.73 %      ±10.98% ±14.63% ±19.09%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=10 sync=1                                        -2.30 %       ±5.74%  ±7.65%  ±9.96%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=64 sync=0                                        -4.31 %      ±12.02% ±16.03% ±20.92%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='secret' size=64 sync=1                                         2.53 %       ±6.75%  ±8.98% ±11.69%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0         **     -8.81 %       ±5.67%  ±7.54%  ±9.81%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                -1.18 %       ±6.81%  ±9.06% ±11.80%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                  -2.40 %       ±9.79% ±13.03% ±16.96%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                  -0.30 %       ±4.84%  ±6.44%  ±8.38%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                  -3.58 %       ±9.35% ±12.45% ±16.22%
crypto/hkdf.js n=1000 hash='sha256' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                  -2.12 %       ±5.13%  ±6.83%  ±8.89%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=1024 sync=0                                                   -5.30 %       ±7.19%  ±9.56% ±12.45%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=1024 sync=1                                                    2.84 %       ±5.68%  ±7.56%  ±9.84%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=10 sync=0                                              **    -13.69 %       ±8.08% ±10.76% ±14.03%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=10 sync=1                                              **    -10.78 %       ±7.98% ±10.64% ±13.89%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=64 sync=0                                               *    -12.95 %      ±10.85% ±14.45% ±18.84%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='a' size=64 sync=1                                                     -0.32 %       ±6.46%  ±8.59% ±11.18%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=1024 sync=0                                        *     -7.34 %       ±6.44%  ±8.57% ±11.15%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=1024 sync=1                                               0.96 %       ±5.97%  ±7.95% ±10.34%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=10 sync=0                                        ***    -16.78 %       ±9.19% ±12.26% ±16.01%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=10 sync=1                                                -4.62 %       ±6.95%  ±9.25% ±12.04%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=64 sync=0                                        ***    -20.41 %       ±9.19% ±12.25% ±15.99%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='secret' size=64 sync=1                                                 1.67 %       ±6.46%  ±8.60% ±11.20%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                  *     -9.87 %       ±7.46%  ±9.93% ±12.92%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                        -0.48 %       ±5.66%  ±7.54%  ±9.84%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                  ***    -20.06 %       ±9.22% ±12.32% ±16.14%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                          -0.12 %       ±7.05%  ±9.39% ±12.22%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                   **    -14.54 %       ±8.48% ±11.30% ±14.74%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                    *     -5.84 %       ±5.84%  ±7.79% ±10.19%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=1024 sync=0                                        **    -10.52 %       ±6.68%  ±8.89% ±11.57%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=1024 sync=1                                               -0.05 %       ±5.48%  ±7.29%  ±9.49%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=10 sync=0                                                 -3.02 %       ±9.52% ±12.67% ±16.50%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=10 sync=1                                                 -2.38 %       ±7.53% ±10.04% ±13.10%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=64 sync=0                                                 -9.79 %      ±10.68% ±14.24% ±18.59%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='a' size=64 sync=1                                                 -3.89 %       ±6.41%  ±8.53% ±11.11%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=1024 sync=0                                  ***    -12.38 %       ±6.30%  ±8.40% ±10.98%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=1024 sync=1                                          -0.58 %       ±5.98%  ±7.96% ±10.35%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=10 sync=0                                      *    -11.29 %       ±9.28% ±12.39% ±16.20%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=10 sync=1                                            -0.99 %       ±6.54%  ±8.71% ±11.34%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=64 sync=0                                             2.12 %      ±11.60% ±15.44% ±20.12%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='secret' size=64 sync=1                                            -2.88 %       ±5.90%  ±7.86% ±10.23%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0            ***    -12.83 %       ±5.92%  ±7.88% ±10.28%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                    -5.12 %       ±5.58%  ±7.44%  ±9.70%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                       1.18 %      ±10.81% ±14.38% ±18.72%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                      -2.26 %       ±6.47%  ±8.61% ±11.21%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                      -5.86 %      ±11.59% ±15.42% ±20.09%
crypto/hkdf.js n=1000 hash='sha256' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                       1.57 %       ±6.82%  ±9.07% ±11.82%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=1024 sync=0                                       ***    -16.98 %       ±6.65%  ±8.85% ±11.53%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=1024 sync=1                                               -5.11 %       ±6.21%  ±8.26% ±10.75%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=10 sync=0                                                  1.48 %       ±8.41% ±11.19% ±14.58%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=10 sync=1                                                  1.20 %       ±7.16%  ±9.53% ±12.40%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=64 sync=0                                                 -4.90 %       ±8.88% ±11.83% ±15.42%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='a' size=64 sync=1                                                 -0.19 %       ±7.16%  ±9.52% ±12.39%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=1024 sync=0                                          -8.05 %       ±9.38% ±12.50% ±16.32%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=1024 sync=1                                          -3.53 %       ±5.65%  ±7.51%  ±9.78%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=10 sync=0                                            -9.47 %      ±10.08% ±13.43% ±17.51%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=10 sync=1                                            -4.04 %       ±8.82% ±11.75% ±15.30%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=64 sync=0                                            -1.87 %      ±10.53% ±14.01% ±18.25%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='secret' size=64 sync=1                                            -2.37 %       ±5.40%  ±7.18%  ±9.34%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0              *    -11.45 %       ±9.01% ±11.99% ±15.62%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1              *     -9.44 %       ±8.24% ±11.04% ±14.55%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                *    -11.77 %      ±10.26% ±13.67% ±17.81%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                       1.97 %       ±6.96%  ±9.28% ±12.10%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                      -4.25 %       ±9.57% ±12.77% ±16.69%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                      -3.36 %       ±5.49%  ±7.32%  ±9.55%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=1024 sync=0                                    **    -11.66 %       ±8.73% ±11.61% ±15.11%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=1024 sync=1                                           -4.76 %       ±5.13%  ±6.83%  ±8.91%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=10 sync=0                                             -9.12 %      ±10.91% ±14.53% ±18.94%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=10 sync=1                                             -0.74 %       ±6.78%  ±9.03% ±11.75%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=64 sync=0                                             -6.11 %      ±13.07% ±17.43% ±22.76%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='a' size=64 sync=1                                             -2.57 %       ±6.03%  ±8.03% ±10.45%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=1024 sync=0                              ***    -14.65 %       ±6.92%  ±9.22% ±12.02%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=1024 sync=1                                       0.65 %       ±6.89%  ±9.17% ±11.95%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=10 sync=0                                  *    -11.12 %      ±10.21% ±13.61% ±17.74%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=10 sync=1                                         3.81 %       ±6.68%  ±8.88% ±11.57%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=64 sync=0                                        -1.84 %      ±12.03% ±16.00% ±20.83%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='secret' size=64 sync=1                                        -4.87 %       ±6.21%  ±8.26% ±10.75%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                -3.45 %       ±8.41% ±11.19% ±14.57%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1                -5.53 %       ±5.65%  ±7.52%  ±9.80%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                  -0.01 %       ±8.52% ±11.34% ±14.76%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                   3.19 %       ±6.75%  ±8.99% ±11.71%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0            *    -10.95 %      ±10.03% ±13.35% ±17.38%
crypto/hkdf.js n=1000 hash='sha512' info='info' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                  -3.23 %       ±5.68%  ±7.56%  ±9.85%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=1024 sync=0                                             *    -10.46 %       ±7.98% ±10.62% ±13.83%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=1024 sync=1                                                   -2.21 %       ±6.79%  ±9.04% ±11.77%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=10 sync=0                                                     -7.54 %       ±7.75% ±10.33% ±13.46%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=10 sync=1                                                     -1.01 %       ±7.62% ±10.14% ±13.21%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=64 sync=0                                              **    -15.65 %       ±9.61% ±12.82% ±16.76%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='a' size=64 sync=1                                                      2.09 %       ±8.69% ±11.60% ±15.15%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=1024 sync=0                                      ***    -16.01 %       ±7.95% ±10.59% ±13.80%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=1024 sync=1                                              -6.11 %       ±6.37%  ±8.48% ±11.04%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=10 sync=0                                          *    -10.31 %       ±8.06% ±10.72% ±13.95%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=10 sync=1                                                -0.97 %       ±6.85%  ±9.12% ±11.87%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=64 sync=0                                        ***    -21.40 %      ±10.36% ±13.87% ±18.23%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='secret' size=64 sync=1                                                -2.04 %       ±6.70%  ±8.92% ±11.61%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=0                 **    -12.74 %       ±8.82% ±11.74% ±15.28%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=1024 sync=1                        -0.02 %       ±6.10%  ±8.12% ±10.57%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=0                          -6.93 %       ±8.49% ±11.29% ±14.70%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=10 sync=1                          -4.09 %       ±6.77%  ±9.01% ±11.73%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=0                   **    -15.87 %       ±9.65% ±12.85% ±16.73%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='' key='this-is-a-much-longer-secret' size=64 sync=1                          -2.87 %       ±5.85%  ±7.79% ±10.15%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=1024 sync=0                                        **    -11.64 %       ±8.21% ±10.92% ±14.23%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=1024 sync=1                                                2.10 %       ±5.46%  ±7.27%  ±9.46%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=10 sync=0                                                 -7.69 %       ±8.22% ±10.95% ±14.26%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=10 sync=1                                           *     -7.79 %       ±6.78%  ±9.03% ±11.77%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=64 sync=0                                                 -1.83 %      ±11.55% ±15.37% ±20.01%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='a' size=64 sync=1                                                 -3.21 %       ±6.91%  ±9.20% ±11.98%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=1024 sync=0                                          -5.16 %       ±8.20% ±10.91% ±14.20%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=1024 sync=1                                           1.50 %       ±6.26%  ±8.33% ±10.85%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=10 sync=0                                            -6.03 %       ±9.91% ±13.19% ±17.19%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=10 sync=1                                            -4.98 %       ±6.29%  ±8.38% ±10.91%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=64 sync=0                                            -9.22 %       ±9.52% ±12.67% ±16.49%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='secret' size=64 sync=1                                            -2.61 %       ±5.73%  ±7.63%  ±9.93%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=0                    -4.98 %       ±9.58% ±12.75% ±16.59%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=1024 sync=1              *     -5.99 %       ±5.61%  ±7.48%  ±9.76%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=0                       0.01 %       ±9.80% ±13.03% ±16.97%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=10 sync=1                       3.54 %       ±6.83%  ±9.09% ±11.84%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=0                      -5.16 %       ±9.49% ±12.63% ±16.44%
crypto/hkdf.js n=1000 hash='sha512' info='' salt='salt' key='this-is-a-much-longer-secret' size=64 sync=1                      -3.63 %       ±5.15%  ±6.85%  ±8.92%
crypto/keygen.js n=100 method='dsaAsync'                                                                                       -0.05 %       ±2.70%  ±3.59%  ±4.68%
crypto/keygen.js n=100 method='dsaSync'                                                                                        -1.00 %       ±2.68%  ±3.56%  ±4.63%
crypto/keygen.js n=100 method='rsaAsync'                                                                                        0.25 %       ±3.40%  ±4.52%  ±5.89%
crypto/keygen.js n=100 method='rsaSync'                                                                                        -1.05 %       ±3.84%  ±5.11%  ±6.65%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='async-parallel'                                               -1.34 %       ±1.62%  ±2.16%  ±2.82%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='async-serial'                                                  4.57 %      ±12.55% ±16.70% ±21.74%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject' mode='sync'                                                   *     14.03 %      ±10.62% ±14.17% ±18.52%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='async-parallel'                                  *     -6.04 %       ±5.73%  ±7.69% ±10.15%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='async-serial'                                          -0.01 %      ±11.48% ±15.30% ±19.97%
crypto/oneshot-sign-verify.js n=1000 keyFormat='keyObject.unique' mode='sync'                                           **     11.03 %       ±7.95% ±10.65% ±14.03%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='async-parallel'                                                      6.32 %       ±6.96%  ±9.26% ±12.06%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='async-serial'                                                       -4.11 %       ±9.33% ±12.41% ±16.17%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem' mode='sync'                                                         *      4.32 %       ±3.96%  ±5.28%  ±6.88%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='async-parallel'                                              -0.35 %       ±7.53% ±10.03% ±13.06%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='async-serial'                                                 5.82 %       ±9.17% ±12.20% ±15.87%
crypto/oneshot-sign-verify.js n=1000 keyFormat='pem.unique' mode='sync'                                                ***      7.02 %       ±3.78%  ±5.06%  ±6.65%
crypto/randomBytes.js n=1000 size=1024                                                                                          6.67 %       ±7.71% ±10.27% ±13.40%
crypto/randomBytes.js n=1000 size=524288                                                                                 *      6.23 %       ±6.22%  ±8.27% ±10.77%
crypto/randomBytes.js n=1000 size=64                                                                                            2.64 %       ±8.40% ±11.20% ±14.60%
crypto/randomBytes.js n=1000 size=8192                                                                                   *      7.03 %       ±6.76%  ±9.00% ±11.72%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='async-parallel'                                                        -2.10 %       ±4.02%  ±5.35%  ±6.96%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='async-sequential'                                                       2.26 %       ±7.63% ±10.15% ±13.21%
crypto/randomInt.js n=100000 max=10000 min=-10000 mode='sync'                                                                   1.85 %       ±5.95%  ±7.92% ±10.32%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='async-parallel'                                                          -0.27 %       ±4.61%  ±6.13%  ±7.98%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='async-sequential'                                                         6.83 %       ±7.01%  ±9.33% ±12.15%
crypto/randomInt.js n=100000 max=10000 min=-100 mode='sync'                                                                     1.80 %       ±8.76% ±11.66% ±15.18%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='async-parallel'                                              -3.72 %       ±6.62%  ±8.82% ±11.52%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='async-sequential'                                             1.82 %       ±7.37%  ±9.81% ±12.76%
crypto/randomInt.js n=100000 max=10000 min=-140737488355327 mode='sync'                                                        -1.31 %       ±6.47%  ±8.61% ±11.20%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='async-parallel'                                                           2.77 %       ±4.39%  ±5.84%  ±7.61%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='async-sequential'                                                         2.42 %       ±6.79%  ±9.04% ±11.77%
crypto/randomInt.js n=100000 max=100 min=-10000 mode='sync'                                                                    -3.16 %       ±6.98%  ±9.33% ±12.22%
crypto/randomInt.js n=100000 max=100 min=-100 mode='async-parallel'                                                             4.09 %       ±4.95%  ±6.59%  ±8.57%
crypto/randomInt.js n=100000 max=100 min=-100 mode='async-sequential'                                                           0.75 %       ±6.28%  ±8.36% ±10.88%
crypto/randomInt.js n=100000 max=100 min=-100 mode='sync'                                                                       6.12 %       ±7.56% ±10.07% ±13.13%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='async-parallel'                                                -1.55 %       ±6.32%  ±8.41% ±10.96%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='async-sequential'                                               5.01 %       ±7.85% ±10.44% ±13.59%
crypto/randomInt.js n=100000 max=100 min=-140737488355327 mode='sync'                                                    *      9.86 %       ±9.67% ±12.95% ±17.03%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='async-parallel'                                              -3.46 %       ±6.61%  ±8.81% ±11.49%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='async-sequential'                                             4.09 %       ±7.65% ±10.19% ±13.26%
crypto/randomInt.js n=100000 max=140737488355328 min=-10000 mode='sync'                                                         2.63 %       ±5.92%  ±7.87% ±10.24%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='async-parallel'                                                -2.39 %       ±5.58%  ±7.42%  ±9.66%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='async-sequential'                                               1.88 %       ±7.17%  ±9.55% ±12.43%
crypto/randomInt.js n=100000 max=140737488355328 min=-100 mode='sync'                                                          -1.86 %       ±4.86%  ±6.47%  ±8.43%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='async-parallel'                                    -2.89 %       ±4.35%  ±5.79%  ±7.53%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='async-sequential'                                   1.67 %       ±5.82%  ±7.75% ±10.08%
crypto/randomInt.js n=100000 max=140737488355328 min=-140737488355327 mode='sync'                                               1.33 %       ±6.61%  ±8.80% ±11.45%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='async-parallel'                                                           3.89 %      ±10.36% ±13.84% ±18.12%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='async-sequential'                                                         2.61 %       ±7.17%  ±9.56% ±12.48%
crypto/randomInt.js n=1000 max=10000 min=-10000 mode='sync'                                                                     2.24 %      ±13.03% ±17.34% ±22.56%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='async-parallel'                                                             2.83 %       ±8.37% ±11.16% ±14.56%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='async-sequential'                                                           0.41 %       ±7.46%  ±9.93% ±12.93%
crypto/randomInt.js n=1000 max=10000 min=-100 mode='sync'                                                                       0.29 %       ±6.13%  ±8.16% ±10.62%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='async-parallel'                                                 1.87 %       ±6.82%  ±9.08% ±11.82%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='async-sequential'                                               1.00 %       ±5.23%  ±6.96%  ±9.06%
crypto/randomInt.js n=1000 max=10000 min=-140737488355327 mode='sync'                                                           7.31 %       ±9.28% ±12.36% ±16.11%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='async-parallel'                                                            -6.21 %       ±6.74%  ±8.98% ±11.71%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='async-sequential'                                                           0.60 %       ±4.89%  ±6.51%  ±8.47%
crypto/randomInt.js n=1000 max=100 min=-10000 mode='sync'                                                                       4.08 %       ±9.03% ±12.02% ±15.65%
crypto/randomInt.js n=1000 max=100 min=-100 mode='async-parallel'                                                              -1.49 %       ±6.39%  ±8.51% ±11.08%
crypto/randomInt.js n=1000 max=100 min=-100 mode='async-sequential'                                                             0.32 %       ±8.23% ±10.95% ±14.25%
crypto/randomInt.js n=1000 max=100 min=-100 mode='sync'                                                                         5.37 %       ±8.47% ±11.27% ±14.68%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='async-parallel'                                                   4.14 %       ±7.32%  ±9.74% ±12.67%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='async-sequential'                                                 1.80 %       ±4.87%  ±6.51%  ±8.53%
crypto/randomInt.js n=1000 max=100 min=-140737488355327 mode='sync'                                                            10.91 %      ±11.50% ±15.31% ±19.95%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='async-parallel'                                                 3.08 %       ±6.54%  ±8.74% ±11.44%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='async-sequential'                                               1.91 %       ±5.98%  ±7.96% ±10.37%
crypto/randomInt.js n=1000 max=140737488355328 min=-10000 mode='sync'                                                          -1.99 %      ±11.88% ±15.89% ±20.84%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='async-parallel'                                                  -1.89 %       ±4.05%  ±5.39%  ±7.01%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='async-sequential'                                                -2.16 %       ±7.62% ±10.15% ±13.23%
crypto/randomInt.js n=1000 max=140737488355328 min=-100 mode='sync'                                                            -3.80 %      ±10.27% ±13.67% ±17.79%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='async-parallel'                                *      9.37 %       ±8.30% ±11.12% ±14.65%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='async-sequential'                                     1.58 %       ±6.29%  ±8.37% ±10.90%
crypto/randomInt.js n=1000 max=140737488355328 min=-140737488355327 mode='sync'                                                -2.68 %       ±8.91% ±11.85% ±15.43%
crypto/randomUUID.js disableEntropyCache=0 n=10000000                                                                          -0.04 %       ±1.59%  ±2.12%  ±2.76%
crypto/randomUUID.js disableEntropyCache=1 n=10000000                                                                          -1.07 %       ±3.97%  ±5.30%  ±6.95%
crypto/rsa-encrypt-decrypt-throughput.js len=16 keylen='1024' n=500                                                     **     -3.06 %       ±1.78%  ±2.38%  ±3.10%
crypto/rsa-encrypt-decrypt-throughput.js len=16 keylen='2048' n=500                                                             0.14 %       ±1.91%  ±2.54%  ±3.30%
crypto/rsa-encrypt-decrypt-throughput.js len=16 keylen='4096' n=500                                                             0.39 %       ±0.96%  ±1.28%  ±1.67%
crypto/rsa-encrypt-decrypt-throughput.js len=32 keylen='1024' n=500                                                     **     -3.69 %       ±2.23%  ±2.98%  ±3.90%
crypto/rsa-encrypt-decrypt-throughput.js len=32 keylen='2048' n=500                                                            -0.15 %       ±3.09%  ±4.14%  ±5.44%
crypto/rsa-encrypt-decrypt-throughput.js len=32 keylen='4096' n=500                                                             0.11 %       ±0.62%  ±0.83%  ±1.09%
crypto/rsa-encrypt-decrypt-throughput.js len=64 keylen='1024' n=500                                                    ***     -4.09 %       ±2.24%  ±3.00%  ±3.96%
crypto/rsa-encrypt-decrypt-throughput.js len=64 keylen='2048' n=500                                                             0.60 %       ±2.04%  ±2.72%  ±3.55%
crypto/rsa-encrypt-decrypt-throughput.js len=64 keylen='4096' n=500                                                             0.25 %       ±1.13%  ±1.50%  ±1.96%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='1024' algo='SHA1' writes=500                                           -1.33 %       ±2.54%  ±3.38%  ±4.42%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='1024' algo='SHA224' writes=500                                         -5.57 %       ±6.64%  ±8.95% ±11.87%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='1024' algo='SHA256' writes=500                                         -0.13 %       ±5.01%  ±6.69%  ±8.76%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='1024' algo='SHA384' writes=500                                          1.21 %       ±4.01%  ±5.35%  ±7.01%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='1024' algo='SHA512' writes=500                                          6.18 %       ±8.91% ±11.86% ±15.46%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA1' writes=500                                           -1.77 %       ±2.02%  ±2.70%  ±3.53%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA224' writes=500                                          1.09 %       ±2.71%  ±3.64%  ±4.79%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA256' writes=500                                         -0.95 %       ±5.45%  ±7.27%  ±9.51%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA384' writes=500                                         -1.43 %       ±2.13%  ±2.84%  ±3.72%
crypto/rsa-sign-verify-throughput.js len=102400 keylen='2048' algo='SHA512' writes=500                                         -3.40 %       ±6.58%  ±8.78% ±11.50%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='1024' algo='SHA1' writes=500                                              3.56 %       ±9.86% ±13.18% ±17.28%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='1024' algo='SHA224' writes=500                                           -6.04 %      ±15.04% ±20.04% ±26.14%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='1024' algo='SHA256' writes=500                                           -0.26 %      ±10.02% ±13.40% ±17.58%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='1024' algo='SHA384' writes=500                                            0.17 %       ±4.37%  ±5.81%  ±7.56%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='1024' algo='SHA512' writes=500                                           -5.84 %      ±13.25% ±17.77% ±23.40%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA1' writes=500                                              0.88 %       ±5.20%  ±6.92%  ±9.01%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA224' writes=500                                            0.53 %       ±4.56%  ±6.07%  ±7.91%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA256' writes=500                                            0.24 %       ±4.01%  ±5.34%  ±6.95%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA384' writes=500                                           -9.43 %      ±10.01% ±13.44% ±17.76%
crypto/rsa-sign-verify-throughput.js len=1024 keylen='2048' algo='SHA512' writes=500                                           -1.87 %      ±12.30% ±16.37% ±21.31%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='1024' algo='SHA1' writes=500                                          -0.18 %       ±1.01%  ±1.34%  ±1.74%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='1024' algo='SHA224' writes=500                                         0.24 %       ±1.77%  ±2.36%  ±3.07%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='1024' algo='SHA256' writes=500                                        -0.31 %       ±2.02%  ±2.69%  ±3.52%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='1024' algo='SHA384' writes=500                                        -0.15 %       ±0.79%  ±1.05%  ±1.36%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='1024' algo='SHA512' writes=500                                        -0.25 %       ±1.40%  ±1.87%  ±2.43%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA1' writes=500                                          -1.51 %       ±2.19%  ±2.92%  ±3.83%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA224' writes=500                                        -1.15 %       ±1.30%  ±1.73%  ±2.26%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA256' writes=500                                        -0.52 %       ±0.96%  ±1.29%  ±1.69%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA384' writes=500                                        -0.37 %       ±1.61%  ±2.15%  ±2.83%
crypto/rsa-sign-verify-throughput.js len=1048576 keylen='2048' algo='SHA512' writes=500                                        -1.08 %       ±2.79%  ±3.74%  ±4.91%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='1024' algo='SHA1' writes=500                                           -0.22 %       ±1.00%  ±1.33%  ±1.73%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='1024' algo='SHA224' writes=500                                         -0.81 %       ±3.27%  ±4.37%  ±5.73%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='1024' algo='SHA256' writes=500                                          1.11 %       ±4.37%  ±5.84%  ±7.66%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='1024' algo='SHA384' writes=500                                         -0.12 %       ±5.07%  ±6.75%  ±8.78%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='1024' algo='SHA512' writes=500                                          2.18 %       ±4.78%  ±6.44%  ±8.54%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA1' writes=500                                            0.06 %       ±0.95%  ±1.27%  ±1.65%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA224' writes=500                                          0.66 %       ±2.26%  ±3.01%  ±3.92%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA256' writes=500                                          1.88 %       ±2.45%  ±3.27%  ±4.29%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA384' writes=500                                         -0.45 %       ±0.60%  ±0.80%  ±1.05%
crypto/rsa-sign-verify-throughput.js len=204800 keylen='2048' algo='SHA512' writes=500                                          2.02 %       ±4.74%  ±6.38%  ±8.47%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='1024' algo='SHA1' writes=500                                            0.88 %       ±1.79%  ±2.41%  ±3.18%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='1024' algo='SHA224' writes=500                                          1.21 %       ±4.53%  ±6.03%  ±7.85%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='1024' algo='SHA256' writes=500                                         -1.89 %       ±4.35%  ±5.80%  ±7.59%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='1024' algo='SHA384' writes=500                                          1.70 %       ±4.51%  ±6.05%  ±7.96%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='1024' algo='SHA512' writes=500                                          0.49 %       ±1.97%  ±2.63%  ±3.42%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA1' writes=500                                           -2.71 %       ±4.75%  ±6.38%  ±8.44%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA224' writes=500                                          0.80 %       ±2.59%  ±3.46%  ±4.54%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA256' writes=500                                          0.44 %       ±4.58%  ±6.09%  ±7.93%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA384' writes=500                                   *     -3.24 %       ±3.18%  ±4.25%  ±5.57%
crypto/rsa-sign-verify-throughput.js len=307200 keylen='2048' algo='SHA512' writes=500                                         -2.10 %       ±4.04%  ±5.38%  ±7.02%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=100 sync='createHash'                                                    -1.62 %      ±12.32% ±16.44% ±21.49%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=100 sync='subtle'                                                         0.65 %       ±8.01% ±10.66% ±13.88%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=10 sync='createHash'                                                     -5.32 %       ±8.73% ±11.61% ±15.11%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=10 sync='subtle'                                                          3.47 %       ±5.87%  ±7.82% ±10.18%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=20 sync='createHash'                                                      1.02 %      ±12.46% ±16.61% ±21.66%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=20 sync='subtle'                                                         -1.89 %       ±8.07% ±10.74% ±13.98%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=50 sync='createHash'                                                     -5.62 %      ±12.76% ±17.06% ±22.35%
crypto/webcrypto-digest.js n=1000 method='SHA-1' data=50 sync='subtle'                                                          1.16 %       ±8.09% ±10.77% ±14.03%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=100 sync='createHash'                                                   1.09 %      ±12.37% ±16.49% ±21.52%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=100 sync='subtle'                                                       4.88 %       ±8.89% ±11.83% ±15.40%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=10 sync='createHash'                                                   -2.00 %       ±8.97% ±11.95% ±15.56%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=10 sync='subtle'                                                       -1.95 %       ±6.54%  ±8.70% ±11.33%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=20 sync='createHash'                                                   -1.35 %      ±11.29% ±15.03% ±19.59%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=20 sync='subtle'                                                        4.67 %       ±7.38%  ±9.82% ±12.78%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=50 sync='createHash'                                                    0.63 %      ±12.74% ±16.99% ±22.19%
crypto/webcrypto-digest.js n=1000 method='SHA-256' data=50 sync='subtle'                                                        4.04 %       ±9.20% ±12.24% ±15.94%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=100 sync='createHash'                                                  -2.98 %      ±11.89% ±15.87% ±20.76%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=100 sync='subtle'                                                       0.32 %       ±9.02% ±12.00% ±15.62%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=10 sync='createHash'                                                    2.30 %      ±11.15% ±14.86% ±19.38%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=10 sync='subtle'                                                        0.12 %       ±7.62% ±10.14% ±13.20%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=20 sync='createHash'                                                   -0.26 %      ±11.51% ±15.35% ±20.04%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=20 sync='subtle'                                                        0.87 %       ±8.00% ±10.64% ±13.85%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=50 sync='createHash'                                                   -1.66 %       ±7.69% ±10.24% ±13.35%
crypto/webcrypto-digest.js n=1000 method='SHA-384' data=50 sync='subtle'                                                        0.17 %       ±7.05%  ±9.39% ±12.23%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=100 sync='createHash'                                                   2.57 %       ±9.47% ±12.60% ±16.40%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=100 sync='subtle'                                                *      8.35 %       ±8.13% ±10.82% ±14.09%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=10 sync='createHash'                                                    7.77 %      ±12.87% ±17.13% ±22.30%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=10 sync='subtle'                                                       -0.73 %       ±7.26%  ±9.66% ±12.59%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=20 sync='createHash'                                                    0.07 %      ±11.66% ±15.53% ±20.24%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=20 sync='subtle'                                                        2.67 %       ±7.64% ±10.17% ±13.24%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=50 sync='createHash'                                                   -1.50 %      ±10.83% ±14.43% ±18.82%
crypto/webcrypto-digest.js n=1000 method='SHA-512' data=50 sync='subtle'                                                       -0.04 %       ±9.08% ±12.08% ±15.72%
misc/arguments.js n=1000000 method='argumentsAndApply'                                                                          0.79 %       ±1.17%  ±1.56%  ±2.03%
misc/arguments.js n=1000000 method='predefined'                                                                                -0.56 %       ±1.72%  ±2.29%  ±2.99%
misc/arguments.js n=1000000 method='restAndApply'                                                                               0.68 %       ±1.18%  ±1.58%  ±2.05%
misc/arguments.js n=1000000 method='restAndSpread'                                                                              0.17 %       ±1.50%  ±2.00%  ±2.60%
misc/freelist.js n=100000                                                                                                      -0.82 %       ±6.29%  ±8.39% ±10.96%
misc/getstringwidth.js n=100000 type='ascii'                                                                                   -1.43 %       ±4.86%  ±6.54%  ±8.67%
misc/getstringwidth.js n=100000 type='emojiseq'                                                                                 1.33 %       ±6.97%  ±9.28% ±12.08%
misc/getstringwidth.js n=100000 type='fullwidth'                                                                                4.18 %       ±6.29%  ±8.48% ±11.25%
misc/getstringwidth.js n=100000 type='mixed'                                                                                    0.67 %       ±4.34%  ±5.78%  ±7.54%
misc/hidestackframes.js n=100000 type='direct-call-noerr'                                                                       3.17 %       ±4.66%  ±6.23%  ±8.16%
misc/hidestackframes.js n=100000 type='direct-call-throw'                                                              ***     -8.32 %       ±3.20%  ±4.26%  ±5.55%
misc/hidestackframes.js n=100000 type='hide-stackframes-noerr'                                                                 -4.30 %       ±9.41% ±12.57% ±16.45%
misc/hidestackframes.js n=100000 type='hide-stackframes-throw'                                                                 -3.57 %       ±3.73%  ±4.97%  ±6.47%
misc/object-property-bench.js n=1000000000 method='property'                                                                    4.22 %       ±5.54%  ±7.45%  ±9.85%
misc/object-property-bench.js n=1000000000 method='string'                                                                     -2.36 %       ±4.12%  ±5.48%  ±7.15%
misc/object-property-bench.js n=1000000000 method='symbol'                                                                     -3.22 %       ±5.25%  ±7.02%  ±9.21%
misc/object-property-bench.js n=1000000000 method='variable'                                                                   -2.17 %       ±4.90%  ±6.53%  ±8.52%
misc/print.js code='1' dur=1                                                                                                    0.16 %       ±0.84%  ±1.12%  ±1.46%
misc/print.js code='process' dur=1                                                                                              0.34 %       ±1.34%  ±1.78%  ±2.32%
misc/print.js code='process.versions' dur=1                                                                                     0.22 %       ±0.93%  ±1.24%  ±1.62%
misc/print.js code='"string"' dur=1                                                                                            -0.18 %       ±0.95%  ±1.26%  ±1.65%
misc/punycode.js val='belgië.icom.museum' n=1024 method='icu'                                                                  -1.31 %       ±6.53%  ±8.71% ±11.38%
misc/punycode.js val='belgië.icom.museum' n=1024 method='punycode'                                                             -2.78 %       ±6.02%  ±8.02% ±10.44%
misc/punycode.js val='českárepublika.icom.museum' n=1024 method='icu'                                                           3.13 %       ±6.80%  ±9.06% ±11.82%
misc/punycode.js val='českárepublika.icom.museum' n=1024 method='punycode'                                                     -0.84 %       ±4.72%  ±6.29%  ±8.19%
misc/punycode.js val='éire.icom.museum' n=1024 method='icu'                                                                    -0.79 %       ±6.33%  ±8.43% ±10.97%
misc/punycode.js val='éire.icom.museum' n=1024 method='punycode'                                                                5.63 %       ±6.28%  ±8.36% ±10.88%
misc/punycode.js val='ísland.icom.museum' n=1024 method='icu'                                                                   0.61 %       ±7.63% ±10.16% ±13.22%
misc/punycode.js val='ísland.icom.museum' n=1024 method='punycode'                                                              5.22 %       ±5.51%  ±7.33%  ±9.55%
misc/punycode.js val='magyarország.icom.museum' n=1024 method='icu'                                                            -1.17 %       ±8.20% ±10.92% ±14.22%
misc/punycode.js val='magyarország.icom.museum' n=1024 method='punycode'                                                        4.18 %       ±4.67%  ±6.21%  ±8.08%
misc/punycode.js val='österreich.icom.museum' n=1024 method='icu'                                                               5.57 %       ±8.05% ±10.73% ±14.00%
misc/punycode.js val='österreich.icom.museum' n=1024 method='punycode'                                                         -2.29 %       ±5.16%  ±6.87%  ±8.94%
misc/punycode.js val='افغانستا.icom.museum' n=1024 method='icu'                                                                 1.55 %       ±7.25%  ±9.65% ±12.57%
misc/punycode.js val='افغانستا.icom.museum' n=1024 method='punycode'                                                            2.25 %       ±5.05%  ±6.72%  ±8.75%
misc/punycode.js val='الأردن.icom.museum' n=1024 method='icu'                                                                   3.63 %       ±6.95%  ±9.25% ±12.03%
misc/punycode.js val='الأردن.icom.museum' n=1024 method='punycode'                                                             -2.68 %       ±4.55%  ±6.06%  ±7.89%
misc/punycode.js val='الجزائر.icom.museum' n=1024 method='icu'                                                                  1.24 %       ±7.81% ±10.41% ±13.57%
misc/punycode.js val='الجزائر.icom.museum' n=1024 method='punycode'                                                            -0.28 %       ±4.67%  ±6.21%  ±8.08%
misc/punycode.js val='القمر.icom.museum' n=1024 method='icu'                                                                    2.67 %       ±9.12% ±12.15% ±15.85%
misc/punycode.js val='القمر.icom.museum' n=1024 method='punycode'                                                               1.76 %       ±5.06%  ±6.73%  ±8.78%
misc/punycode.js val='ايران.icom.museum' n=1024 method='icu'                                                                    6.68 %       ±8.97% ±11.94% ±15.55%
misc/punycode.js val='ايران.icom.museum' n=1024 method='punycode'                                                              -2.03 %       ±5.20%  ±6.93%  ±9.04%
misc/punycode.js val='تشادر.icom.museum' n=1024 method='icu'                                                                    6.20 %       ±8.96% ±11.94% ±15.56%
misc/punycode.js val='تشادر.icom.museum' n=1024 method='punycode'                                                               3.24 %       ±4.41%  ±5.88%  ±7.69%
misc/punycode.js val='مصر.icom.museum' n=1024 method='icu'                                                                     -0.52 %       ±8.01% ±10.66% ±13.88%
misc/punycode.js val='مصر.icom.museum' n=1024 method='punycode'                                                                 1.64 %       ±5.75%  ±7.65%  ±9.97%
misc/punycode.js val='איקו״ם.ישראל.museum' n=1024 method='icu'                                                          **     10.58 %       ±7.64% ±10.21% ±13.37%
misc/punycode.js val='איקו״ם.ישראל.museum' n=1024 method='punycode'                                                             5.53 %       ±5.89%  ±7.84% ±10.22%
misc/punycode.js val='ελλάδα.icom.museum' n=1024 method='icu'                                                            *      8.56 %       ±8.44% ±11.25% ±14.70%
misc/punycode.js val='ελλάδα.icom.museum' n=1024 method='punycode'                                                              1.40 %       ±5.24%  ±6.98%  ±9.09%
misc/punycode.js val='κυπρος.icom.museum' n=1024 method='icu'                                                                   6.38 %       ±8.89% ±11.83% ±15.43%
misc/punycode.js val='κυπρος.icom.museum' n=1024 method='punycode'                                                             -2.52 %       ±4.26%  ±5.68%  ±7.40%
misc/punycode.js val='беларусь.icom.museum' n=1024 method='icu'                                                                 6.69 %       ±8.48% ±11.31% ±14.75%
misc/punycode.js val='беларусь.icom.museum' n=1024 method='punycode'                                                            2.59 %       ±6.88%  ±9.17% ±11.98%
misc/punycode.js val='българия.icom.museum' n=1024 method='icu'                                                                -3.96 %       ±7.53% ±10.02% ±13.05%
misc/punycode.js val='българия.icom.museum' n=1024 method='punycode'                                                           -1.84 %       ±4.92%  ±6.55%  ±8.53%
misc/punycode.js val='भारत.icom.museum' n=1024 method='icu'                                                                     7.99 %       ±8.33% ±11.10% ±14.49%
misc/punycode.js val='भारत.icom.museum' n=1024 method='punycode'                                                                0.37 %       ±5.98%  ±7.96% ±10.37%
misc/punycode.js val='বাংলাদেশ.icom.museum' n=1024 method='icu'                                                                 1.97 %       ±7.39%  ±9.84% ±12.83%
misc/punycode.js val='বাংলাদেশ.icom.museum' n=1024 method='punycode'                                                            2.56 %       ±5.22%  ±6.95%  ±9.06%
misc/punycode.js val='中国.icom.museum' n=1024 method='icu'                                                                     2.06 %       ±7.30%  ±9.72% ±12.67%
misc/punycode.js val='中国.icom.museum' n=1024 method='punycode'                                                               -2.49 %       ±5.88%  ±7.82% ±10.18%
misc/punycode.js val='日本.icom.museum' n=1024 method='icu'                                                                    -1.00 %       ±8.09% ±10.77% ±14.02%
misc/punycode.js val='日本.icom.museum' n=1024 method='punycode'                                                               -2.61 %       ±4.05%  ±5.39%  ±7.03%
misc/startup.js mode='process' script='benchmark/fixtures/require-builtins' dur=1                                               0.58 %       ±1.46%  ±1.95%  ±2.54%
misc/startup.js mode='process' script='benchmark/fixtures/require-cachable' dur=1                                              -0.26 %       ±1.46%  ±1.94%  ±2.53%
misc/startup.js mode='process' script='test/fixtures/semicolon' dur=1                                                          -0.83 %       ±1.23%  ±1.64%  ±2.13%
misc/startup.js mode='worker' script='benchmark/fixtures/require-builtins' dur=1                                                1.46 %       ±2.58%  ±3.43%  ±4.47%
misc/startup.js mode='worker' script='benchmark/fixtures/require-cachable' dur=1                                        **     -3.96 %       ±2.88%  ±3.84%  ±5.00%
misc/startup.js mode='worker' script='test/fixtures/semicolon' dur=1                                                           -2.02 %       ±2.46%  ±3.27%  ±4.26%
misc/trace.js method='isTraceCategoryEnabled' n=100000                                                                   *      8.79 %       ±7.62% ±10.15% ±13.23%
misc/trace.js method='trace' n=100000                                                                                           0.65 %       ±3.22%  ±4.29%  ±5.58%
misc/util-extend-vs-object-assign.js n=100000 type='assign'                                                                    -0.93 %       ±1.95%  ±2.60%  ±3.38%
misc/util-extend-vs-object-assign.js n=100000 type='extend'                                                             **     -3.05 %       ±2.25%  ±3.02%  ±3.96%
streams/creation.js kind='duplex' n=50000000                                                                                    0.50 %       ±2.59%  ±3.45%  ±4.49%
streams/creation.js kind='readable' n=50000000                                                                                  0.20 %       ±1.04%  ±1.39%  ±1.82%
streams/creation.js kind='transform' n=50000000                                                                                -0.11 %       ±5.39%  ±7.17%  ±9.34%
streams/creation.js kind='writable' n=50000000                                                                                  1.01 %       ±1.23%  ±1.65%  ±2.16%
streams/pipe.js n=5000000                                                                                                       1.10 %       ±1.21%  ±1.61%  ±2.10%
streams/pipe-object-mode.js n=5000000                                                                                    *      3.03 %       ±2.88%  ±3.84%  ±5.02%
streams/readable-async-iterator.js sync='no' n=100000                                                                    *      3.05 %       ±3.00%  ±4.00%  ±5.21%
streams/readable-async-iterator.js sync='yes' n=100000                                                                         -1.60 %       ±3.50%  ±4.66%  ±6.06%
streams/readable-bigread.js n=1000                                                                                             -0.59 %       ±4.84%  ±6.47%  ±8.48%
streams/readable-bigunevenread.js n=1000                                                                                        1.75 %       ±4.17%  ±5.55%  ±7.22%
streams/readable-boundaryread.js type='buffer' n=2000                                                                           0.19 %       ±3.05%  ±4.05%  ±5.28%
streams/readable-boundaryread.js type='string' n=2000                                                                          -3.65 %       ±4.00%  ±5.33%  ±6.95%
streams/readable-from.js n=10000000                                                                                            -0.77 %       ±4.25%  ±5.65%  ±7.36%
streams/readable-readall.js n=5000                                                                                              1.61 %       ±3.44%  ±4.58%  ±5.96%
streams/readable-unevenread.js n=1000                                                                                          -1.88 %       ±3.97%  ±5.29%  ±6.89%
streams/writable-manywrites.js len=1024 callback='no' writev='no' sync='no' n=2000000                                          -0.59 %       ±5.26%  ±7.00%  ±9.12%
streams/writable-manywrites.js len=1024 callback='no' writev='no' sync='yes' n=2000000                                          5.26 %       ±8.69% ±11.57% ±15.07%
streams/writable-manywrites.js len=1024 callback='no' writev='yes' sync='no' n=2000000                                          0.31 %       ±1.95%  ±2.59%  ±3.38%
streams/writable-manywrites.js len=1024 callback='no' writev='yes' sync='yes' n=2000000                                         4.63 %       ±9.76% ±12.99% ±16.91%
streams/writable-manywrites.js len=1024 callback='yes' writev='no' sync='no' n=2000000                                         -1.79 %       ±5.45%  ±7.27%  ±9.51%
streams/writable-manywrites.js len=1024 callback='yes' writev='no' sync='yes' n=2000000                                         2.39 %       ±9.40% ±12.51% ±16.29%
streams/writable-manywrites.js len=1024 callback='yes' writev='yes' sync='no' n=2000000                                        -1.31 %       ±3.08%  ±4.11%  ±5.38%
streams/writable-manywrites.js len=1024 callback='yes' writev='yes' sync='yes' n=2000000                                       -4.41 %       ±9.69% ±12.90% ±16.79%
streams/writable-manywrites.js len=32768 callback='no' writev='no' sync='no' n=2000000                                          2.46 %       ±4.84%  ±6.47%  ±8.47%
streams/writable-manywrites.js len=32768 callback='no' writev='no' sync='yes' n=2000000                                         2.01 %       ±2.44%  ±3.25%  ±4.23%
streams/writable-manywrites.js len=32768 callback='no' writev='yes' sync='no' n=2000000                                        -1.84 %       ±3.75%  ±4.99%  ±6.50%
streams/writable-manywrites.js len=32768 callback='no' writev='yes' sync='yes' n=2000000                                       -0.75 %       ±3.01%  ±4.01%  ±5.25%
streams/writable-manywrites.js len=32768 callback='yes' writev='no' sync='no' n=2000000                                         4.86 %       ±6.31%  ±8.45% ±11.11%
streams/writable-manywrites.js len=32768 callback='yes' writev='no' sync='yes' n=2000000                                       -1.53 %       ±3.29%  ±4.41%  ±5.81%
streams/writable-manywrites.js len=32768 callback='yes' writev='yes' sync='no' n=2000000                                        1.40 %       ±3.46%  ±4.61%  ±6.00%
streams/writable-manywrites.js len=32768 callback='yes' writev='yes' sync='yes' n=2000000                                      -0.47 %       ±2.00%  ±2.66%  ±3.47%
timers/immediate.js type='breadth1' n=5000000                                                                                  -0.65 %       ±2.60%  ±3.47%  ±4.51%
timers/immediate.js type='breadth4' n=5000000                                                                                   1.10 %       ±4.59%  ±6.12%  ±8.00%
timers/immediate.js type='breadth' n=5000000                                                                                    3.43 %       ±4.74%  ±6.33%  ±8.27%
timers/immediate.js type='clear' n=5000000                                                                                     -0.83 %       ±2.76%  ±3.67%  ±4.78%
timers/immediate.js type='depth1' n=5000000                                                                                     1.00 %       ±1.84%  ±2.46%  ±3.21%
timers/immediate.js type='depth' n=5000000                                                                                      0.62 %       ±1.98%  ±2.63%  ±3.43%
timers/set-immediate-breadth-args.js n=5000000                                                                                  1.18 %       ±4.02%  ±5.35%  ±6.96%
timers/set-immediate-breadth.js n=10000000                                                                                     -0.58 %       ±2.63%  ±3.50%  ±4.55%
timers/set-immediate-depth-args.js n=5000000                                                                                   -0.31 %       ±1.10%  ±1.47%  ±1.92%
timers/timers-breadth-args.js n=1000000                                                                                         0.25 %       ±2.56%  ±3.41%  ±4.44%
timers/timers-breadth.js n=5000000                                                                                             -3.30 %       ±4.46%  ±5.93%  ±7.72%
timers/timers-cancel-pooled.js n=5000000                                                                                        2.54 %      ±12.08% ±16.07% ±20.93%
timers/timers-cancel-unpooled.js direction='end' n=1000000                                                                     18.00 %      ±21.03% ±28.01% ±36.52%
timers/timers-cancel-unpooled.js direction='start' n=1000000                                                                   -2.08 %       ±8.40% ±11.17% ±14.55%
timers/timers-depth.js n=1000                                                                                                  -0.15 %       ±0.31%  ±0.41%  ±0.53%
timers/timers-insert-pooled.js n=5000000                                                                                        2.51 %       ±4.16%  ±5.53%  ±7.20%
timers/timers-insert-unpooled.js direction='end' n=1000000                                                                     -2.70 %       ±5.11%  ±6.80%  ±8.87%
timers/timers-insert-unpooled.js direction='start' n=1000000                                                                    2.32 %       ±4.90%  ±6.54%  ±8.56%
timers/timers-timeout-nexttick.js n=50000                                                                                      -0.04 %       ±3.25%  ±4.32%  ±5.63%
timers/timers-timeout-nexttick.js n=5000000                                                                                    -0.20 %       ±6.08%  ±8.09% ±10.53%
timers/timers-timeout-pooled.js n=10000000                                                                               *      9.47 %       ±7.32%  ±9.74% ±12.67%
timers/timers-timeout-unpooled.js n=1000000                                                                                     4.80 %       ±7.98% ±10.63% ±13.86%
util/format.js type='many-%' n=100000                                                                                           2.63 %       ±4.94%  ±6.59%  ±8.61%
util/format.js type='no-replace-2' n=100000                                                                                     0.41 %       ±4.52%  ±6.02%  ±7.84%
util/format.js type='no-replace' n=100000                                                                                       1.02 %       ±3.15%  ±4.20%  ±5.49%
util/format.js type='number' n=100000                                                                                           4.51 %       ±5.57%  ±7.42%  ±9.66%
util/format.js type='object-%s' n=100000                                                                                       -0.00 %       ±1.92%  ±2.56%  ±3.33%
util/format.js type='object-to-string' n=100000                                                                                 1.09 %       ±5.00%  ±6.65%  ±8.65%
util/format.js type='only-objects' n=100000                                                                                    -1.27 %       ±1.64%  ±2.18%  ±2.84%
util/format.js type='replace-object' n=100000                                                                                  -1.74 %       ±5.00%  ±6.65%  ±8.66%
util/format.js type='string-2' n=100000                                                                                        -2.07 %       ±5.55%  ±7.39%  ±9.62%
util/format.js type='string' n=100000                                                                                           1.35 %       ±5.80%  ±7.72% ±10.05%
util/format.js type='unknown' n=100000                                                                                         -3.04 %       ±4.37%  ±5.82%  ±7.57%
util/inspect-array.js type='denseArray' len=100000 n=500                                                                       -3.84 %       ±6.76%  ±9.01% ±11.74%
util/inspect-array.js type='denseArray' len=100 n=500                                                                          -2.58 %       ±4.61%  ±6.14%  ±7.99%
util/inspect-array.js type='denseArray_showHidden' len=100000 n=500                                                     **      6.57 %       ±4.63%  ±6.18%  ±8.09%
util/inspect-array.js type='denseArray_showHidden' len=100 n=500                                                               -0.82 %       ±5.22%  ±6.95%  ±9.05%
util/inspect-array.js type='mixedArray' len=100000 n=500                                                                       -3.86 %       ±4.68%  ±6.27%  ±8.24%
util/inspect-array.js type='mixedArray' len=100 n=500                                                                           0.77 %       ±4.39%  ±5.86%  ±7.64%
util/inspect-array.js type='sparseArray' len=100000 n=500                                                                      -1.89 %       ±4.60%  ±6.12%  ±7.97%
util/inspect-array.js type='sparseArray' len=100 n=500                                                                         -1.08 %       ±6.04%  ±8.04% ±10.46%
util/inspect.js option='colors' method='Array' n=20000                                                                          2.99 %       ±3.10%  ±4.14%  ±5.43%
util/inspect.js option='colors' method='Date' n=20000                                                                           4.34 %       ±6.16%  ±8.21% ±10.71%
util/inspect.js option='colors' method='Error' n=20000                                                                         -1.36 %       ±4.26%  ±5.66%  ±7.37%
util/inspect.js option='colors' method='Number' n=20000                                                                         0.41 %       ±5.69%  ±7.58%  ±9.86%
util/inspect.js option='colors' method='Object_deep_ln' n=20000                                                                 1.47 %       ±2.43%  ±3.24%  ±4.21%
util/inspect.js option='colors' method='Object_empty' n=20000                                                                  -0.52 %       ±6.38%  ±8.50% ±11.09%
util/inspect.js option='colors' method='Object' n=20000                                                                         2.88 %       ±3.80%  ±5.06%  ±6.59%
util/inspect.js option='colors' method='Set' n=20000                                                                            3.68 %       ±5.10%  ±6.79%  ±8.84%
util/inspect.js option='colors' method='String_boxed' n=20000                                                                  -0.23 %       ±4.67%  ±6.21%  ±8.09%
util/inspect.js option='colors' method='String_complex' n=20000                                                                 0.73 %       ±6.07%  ±8.09% ±10.56%
util/inspect.js option='colors' method='String' n=20000                                                                         1.89 %       ±5.93%  ±7.90% ±10.29%
util/inspect.js option='colors' method='TypedArray_extra' n=20000                                                              -0.49 %       ±4.72%  ±6.31%  ±8.27%
util/inspect.js option='colors' method='TypedArray' n=20000                                                                     0.66 %       ±2.48%  ±3.30%  ±4.29%
util/inspect.js option='none' method='Array' n=20000                                                                            1.40 %       ±7.65% ±10.19% ±13.27%
util/inspect.js option='none' method='Date' n=20000                                                                      *     -5.52 %       ±5.42%  ±7.24%  ±9.47%
util/inspect.js option='none' method='Error' n=20000                                                                            1.69 %       ±6.20%  ±8.26% ±10.77%
util/inspect.js option='none' method='Number' n=20000                                                                          -5.01 %       ±6.31%  ±8.40% ±10.95%
util/inspect.js option='none' method='Object_deep_ln' n=20000                                                                  -2.63 %       ±3.83%  ±5.12%  ±6.71%
util/inspect.js option='none' method='Object_empty' n=20000                                                              *      7.34 %       ±6.36%  ±8.46% ±11.02%
util/inspect.js option='none' method='Object' n=20000                                                                          -2.92 %       ±5.23%  ±6.95%  ±9.05%
util/inspect.js option='none' method='Set' n=20000                                                                             -0.18 %       ±6.04%  ±8.04% ±10.47%
util/inspect.js option='none' method='String_boxed' n=20000                                                                    -1.87 %       ±4.35%  ±5.80%  ±7.57%
util/inspect.js option='none' method='String_complex' n=20000                                                                   1.54 %       ±6.26%  ±8.33% ±10.85%
util/inspect.js option='none' method='String' n=20000                                                                           1.39 %       ±5.94%  ±7.90% ±10.29%
util/inspect.js option='none' method='TypedArray_extra' n=20000                                                                -1.70 %       ±4.28%  ±5.74%  ±7.54%
util/inspect.js option='none' method='TypedArray' n=20000                                                                      -1.83 %       ±5.40%  ±7.23%  ±9.50%
util/inspect.js option='showHidden' method='Array' n=20000                                                                     -0.27 %       ±1.39%  ±1.86%  ±2.42%
util/inspect.js option='showHidden' method='Date' n=20000                                                                      -0.73 %       ±6.00%  ±7.99% ±10.40%
util/inspect.js option='showHidden' method='Error' n=20000                                                                     -0.01 %       ±3.58%  ±4.77%  ±6.22%
util/inspect.js option='showHidden' method='Number' n=20000                                                                    -0.58 %       ±5.79%  ±7.71% ±10.03%
util/inspect.js option='showHidden' method='Object_deep_ln' n=20000                                                             1.89 %       ±5.58%  ±7.48%  ±9.83%
util/inspect.js option='showHidden' method='Object_empty' n=20000                                                              -6.51 %       ±6.80%  ±9.04% ±11.77%
util/inspect.js option='showHidden' method='Object' n=20000                                                                    -0.70 %       ±4.92%  ±6.55%  ±8.52%
util/inspect.js option='showHidden' method='Set' n=20000                                                                        1.17 %       ±4.75%  ±6.32%  ±8.23%
util/inspect.js option='showHidden' method='String_boxed' n=20000                                                              -0.74 %       ±5.18%  ±6.89%  ±8.97%
util/inspect.js option='showHidden' method='String_complex' n=20000                                                            -0.26 %       ±5.55%  ±7.39%  ±9.62%
util/inspect.js option='showHidden' method='String' n=20000                                                                    -0.94 %       ±5.87%  ±7.82% ±10.20%
util/inspect.js option='showHidden' method='TypedArray_extra' n=20000                                                          -2.11 %       ±2.12%  ±2.83%  ±3.69%
util/inspect.js option='showHidden' method='TypedArray' n=20000                                                                 1.33 %       ±3.27%  ±4.35%  ±5.67%
util/inspect-proxy.js isProxy=0 showProxy=0 n=100000                                                                            0.70 %       ±2.01%  ±2.68%  ±3.49%
util/inspect-proxy.js isProxy=0 showProxy=1 n=100000                                                                     *     -2.12 %       ±1.71%  ±2.28%  ±2.97%
util/inspect-proxy.js isProxy=1 showProxy=0 n=100000                                                                           -3.70 %       ±4.84%  ±6.48%  ±8.50%
util/inspect-proxy.js isProxy=1 showProxy=1 n=100000                                                                           -0.68 %       ±3.14%  ±4.20%  ±5.50%
util/normalize-encoding.js n=100000 input=''                                                                                   -2.21 %       ±6.59%  ±8.77% ±11.42%
util/normalize-encoding.js n=100000 input='base64'                                                                              1.98 %       ±6.41%  ±8.52% ±11.10%
util/normalize-encoding.js n=100000 input='BASE64'                                                                              3.39 %       ±5.81%  ±7.74% ±10.11%
util/normalize-encoding.js n=100000 input='binary'                                                                             -5.51 %       ±7.06%  ±9.40% ±12.26%
util/normalize-encoding.js n=100000 input='BINARY'                                                                             -1.57 %       ±7.20%  ±9.59% ±12.49%
util/normalize-encoding.js n=100000 input='foo'                                                                                -1.48 %       ±5.44%  ±7.25%  ±9.44%
util/normalize-encoding.js n=100000 input='group_common'                                                                        1.72 %       ±6.36%  ±8.48% ±11.06%
util/normalize-encoding.js n=100000 input='group_misc'                                                                          0.58 %       ±5.88%  ±7.83% ±10.20%
util/normalize-encoding.js n=100000 input='group_uncommon'                                                                     -0.19 %       ±5.08%  ±6.77%  ±8.81%
util/normalize-encoding.js n=100000 input='group_upper'                                                                         3.32 %       ±5.86%  ±7.80% ±10.15%
util/normalize-encoding.js n=100000 input='hex'                                                                          *      7.13 %       ±6.59%  ±8.78% ±11.47%
util/normalize-encoding.js n=100000 input='HEX'                                                                                -1.88 %       ±7.04%  ±9.37% ±12.20%
util/normalize-encoding.js n=100000 input='latin1'                                                                              2.36 %       ±6.65%  ±8.86% ±11.55%
util/normalize-encoding.js n=100000 input='ucs2'                                                                               -2.86 %       ±6.66%  ±8.88% ±11.59%
util/normalize-encoding.js n=100000 input='UCS2'                                                                               -2.76 %       ±5.53%  ±7.38%  ±9.64%
util/normalize-encoding.js n=100000 input='undefined'                                                                           3.16 %       ±5.41%  ±7.21%  ±9.40%
util/normalize-encoding.js n=100000 input='utf16le'                                                                            -1.37 %       ±4.98%  ±6.62%  ±8.63%
util/normalize-encoding.js n=100000 input='UTF16LE'                                                                            -0.24 %       ±6.22%  ±8.27% ±10.76%
util/normalize-encoding.js n=100000 input='utf-8'                                                                              -5.32 %       ±7.81% ±10.42% ±13.62%
util/normalize-encoding.js n=100000 input='utf8'                                                                               -2.12 %       ±6.81%  ±9.06% ±11.81%
util/normalize-encoding.js n=100000 input='Utf8'                                                                                0.23 %       ±6.31%  ±8.40% ±10.94%
util/normalize-encoding.js n=100000 input='UTF-8'                                                                               4.35 %       ±6.83%  ±9.10% ±11.86%
util/normalize-encoding.js n=100000 input='UTF8'                                                                               -0.38 %       ±5.92%  ±7.88% ±10.25%
util/priority-queue.js n=100000                                                                                                -0.66 %       ±3.98%  ±5.31%  ±6.93%
util/splice-one.js size=100 pos='end' n=100000                                                                                  2.23 %       ±5.23%  ±6.96%  ±9.06%
util/splice-one.js size=100 pos='middle' n=100000                                                                              -1.78 %       ±5.20%  ±6.93%  ±9.03%
util/splice-one.js size=100 pos='start' n=100000                                                                               -3.43 %       ±5.52%  ±7.34%  ±9.57%
util/splice-one.js size=10 pos='end' n=100000                                                                                   4.47 %       ±4.88%  ±6.51%  ±8.51%
util/splice-one.js size=10 pos='middle' n=100000                                                                               -2.47 %       ±4.59%  ±6.11%  ±7.98%
util/splice-one.js size=10 pos='start' n=100000                                                                                 1.15 %       ±6.55%  ±8.72% ±11.35%
util/splice-one.js size=500 pos='end' n=100000                                                                                  3.08 %       ±4.66%  ±6.20%  ±8.08%
util/splice-one.js size=500 pos='middle' n=100000                                                                              -1.77 %       ±4.83%  ±6.42%  ±8.36%
util/splice-one.js size=500 pos='start' n=100000                                                                               -1.71 %       ±2.41%  ±3.21%  ±4.19%
util/to-usv-string.js size=100 n=100000                                                                                        -1.91 %       ±5.45%  ±7.33%  ±9.69%
util/to-usv-string.js size=10 n=100000                                                                                         -1.41 %       ±5.44%  ±7.24%  ±9.44%
util/to-usv-string.js size=500 n=100000                                                                                         1.47 %       ±1.61%  ±2.14%  ±2.79%
util/type-check.js n=100000 argument='false-object' version='js' type='ArrayBufferView'                                        -3.06 %       ±6.09%  ±8.11% ±10.57%
util/type-check.js n=100000 argument='false-object' version='js' type='TypedArray'                                              4.75 %       ±6.26%  ±8.33% ±10.85%
util/type-check.js n=100000 argument='false-object' version='js' type='Uint8Array'                                              3.15 %       ±5.16%  ±6.88%  ±8.97%
util/type-check.js n=100000 argument='false-object' version='native' type='ArrayBufferView'                                    -1.31 %       ±8.18% ±10.89% ±14.17%
util/type-check.js n=100000 argument='false-object' version='native' type='TypedArray'                                          3.73 %       ±8.26% ±10.99% ±14.31%
util/type-check.js n=100000 argument='false-object' version='native' type='Uint8Array'                                          2.60 %       ±5.32%  ±7.08%  ±9.23%
util/type-check.js n=100000 argument='false-primitive' version='js' type='ArrayBufferView'                                      0.15 %       ±5.59%  ±7.44%  ±9.69%
util/type-check.js n=100000 argument='false-primitive' version='js' type='TypedArray'                                          -1.22 %       ±5.26%  ±7.00%  ±9.12%
util/type-check.js n=100000 argument='false-primitive' version='js' type='Uint8Array'                                           0.79 %       ±6.01%  ±8.01% ±10.45%
util/type-check.js n=100000 argument='false-primitive' version='native' type='ArrayBufferView'                                  1.74 %       ±7.17%  ±9.54% ±12.42%
util/type-check.js n=100000 argument='false-primitive' version='native' type='TypedArray'                                      -0.67 %       ±5.27%  ±7.02%  ±9.17%
util/type-check.js n=100000 argument='false-primitive' version='native' type='Uint8Array'                                       4.13 %       ±4.97%  ±6.61%  ±8.61%
util/type-check.js n=100000 argument='true' version='js' type='ArrayBufferView'                                                 2.11 %       ±6.57%  ±8.75% ±11.41%
util/type-check.js n=100000 argument='true' version='js' type='TypedArray'                                                      1.24 %       ±6.54%  ±8.70% ±11.32%
util/type-check.js n=100000 argument='true' version='js' type='Uint8Array'                                                      0.07 %       ±5.83%  ±7.76% ±10.10%
util/type-check.js n=100000 argument='true' version='native' type='ArrayBufferView'                                             4.95 %       ±5.30%  ±7.06%  ±9.19%
util/type-check.js n=100000 argument='true' version='native' type='TypedArray'                                                 -1.41 %       ±5.96%  ±7.93% ±10.33%
util/type-check.js n=100000 argument='true' version='native' type='Uint8Array'                                                 -0.44 %       ±6.25%  ±8.32% ±10.83%

Be aware that when doing many comparisons the risk of a false-positive
result increases. In this case, there are 841 comparisons, you can thus
expect the following amount of false-positive results:
  42.05 false positives, when considering a   5% risk acceptance (*, **, ***),
  8.41 false positives, when considering a   1% risk acceptance (**, ***),
  0.84 false positives, when considering a 0.1% risk acceptance (***)

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. did you also search for uses of ReflectDefineProperty, or the second parameter to ObjectCreate?

lib/async_hooks.js Show resolved Hide resolved
@aduh95
Copy link
Contributor Author

aduh95 commented May 31, 2022

did you also search for uses of ReflectDefineProperty, or the second parameter to ObjectCreate?

Good catch, I did not.

Copy link
Contributor

@ShogunPanda ShogunPanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@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 Jun 1, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 1, 2022
@aduh95 aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 1, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 1, 2022
@nodejs-github-bot

This comment was marked as outdated.

// %Object.prototype%.
ObjectSetPrototypeOf(propertiesValues[i], null);
}
sharedProperties[inspect].enumerable = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why mutate it instead of spreading it in like below?:

Copy link
Contributor Author

@aduh95 aduh95 Jun 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not mutate it instead? If mutating is not an option, I think I'd prefer ObjectDefineProperty(TextDecoder.prototype, inspect, { __proto__: null, enumerable: false }); over your suggestion.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mutation is something that both slows things down (by changing the object's shape) and is also conceptually distasteful, so in general it's nicer to create objects wholesale rather than ever altering one.

go with whatever you prefer, obviously

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless someone else wants to take a side, I think I'm going to keep it as is. I'm fine with whichever solution, but mutating sharedProperties seems the most natural to me in this instance.


ObjectDefineProperties(TextDecoder.prototype, {
decode: kEnumerableProperty,
[inspect]: { __proto__: null, enumerable: false },
...sharedProperties,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
...sharedProperties,
...sharedProperties,
[inspect]: { __proto__: null, ...sharedProperties[inspect], enumerable: false },

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 3, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 3, 2022
@nodejs-github-bot nodejs-github-bot merged commit 06d8606 into nodejs:master Jun 3, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in 06d8606

@aduh95 aduh95 deleted the null-prototype-property-descriptors branch June 3, 2022 08:24
italojs pushed a commit to italojs/node that referenced this pull request Jun 6, 2022
Refs: nodejs#42921

PR-URL: nodejs#43270
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
danielleadams pushed a commit that referenced this pull request Jun 11, 2022
Refs: #42921

PR-URL: #43270
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
@danielleadams danielleadams mentioned this pull request Jun 11, 2022
danielleadams pushed a commit that referenced this pull request Jun 13, 2022
Refs: #42921

PR-URL: #43270
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
@baby660122

This comment was marked as spam.

@targos
Copy link
Member

targos commented Jul 12, 2022

This would need a backport PR to land on v16.x-staging (assuming the conflicts don't depend on changes that should be backported first).

targos pushed a commit that referenced this pull request Jul 18, 2022
Refs: #42921
PR-URL: #43270
Backport-PR-URL: #43804
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
targos pushed a commit that referenced this pull request Jul 31, 2022
Refs: #42921
PR-URL: #43270
Backport-PR-URL: #43804
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
codebytere added a commit to electron/electron that referenced this pull request Aug 22, 2022
codebytere added a commit to electron/electron that referenced this pull request Aug 24, 2022
codebytere added a commit to electron/electron that referenced this pull request Aug 25, 2022
jkleinsc pushed a commit to electron/electron that referenced this pull request Aug 29, 2022
* chore: bump node in DEPS to v16.17.0

* chore: fixup asar patch

* lib: use null-prototype objects for property descriptors

nodejs/node#43270

* src: make SecureContext fields private

nodejs/node#43173

* crypto: remove Node.js-specific webcrypto extensions

nodejs/node#43310

* test: refactor to top-level await

nodejs/node#43500

* deps: cherry-pick two libuv fixes

nodejs/node#43950

* src: slim down env-inl.h

nodejs/node#43745

* util: add AggregateError.prototype.errors to inspect output

nodejs/node#43646

* esm: improve performance & tidy tests

nodejs/node#43784

* src: NodeArrayBufferAllocator delegates to v8's allocator

nodejs/node#43594

* chore: update patch indices

* chore: update filenames

* src: refactor IsSupportedAuthenticatedMode

nodejs/node#42368

* src: add --openssl-legacy-provider option

nodejs/node#40478

* lib,src: add source map support for global eval

nodejs/node#43428

* trace_events: trace net connect event

nodejs/node#43903

* deps: update ICU to 71.1

nodejs/node#42655

This fails the test because it's missing https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3841093

* lib: give names to promisified exists() and question()

nodejs/node#43218

* crypto: add CFRG curves to Web Crypto API

nodejs/node#42507

* src: fix memory leak for v8.serialize

nodejs/node#42695

This test does not work for Electron as they do not use V8's
ArrayBufferAllocator.

* buffer: fix atob input validation

nodejs/node#42539

* src: fix ssize_t error from nghttp2.h

nodejs/node#44393

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <[email protected]>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
Refs: nodejs/node#42921
PR-URL: nodejs/node#43270
Backport-PR-URL: nodejs/node#43804
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* chore: bump node in DEPS to v16.17.0

* chore: fixup asar patch

* lib: use null-prototype objects for property descriptors

nodejs/node#43270

* src: make SecureContext fields private

nodejs/node#43173

* crypto: remove Node.js-specific webcrypto extensions

nodejs/node#43310

* test: refactor to top-level await

nodejs/node#43500

* deps: cherry-pick two libuv fixes

nodejs/node#43950

* src: slim down env-inl.h

nodejs/node#43745

* util: add AggregateError.prototype.errors to inspect output

nodejs/node#43646

* esm: improve performance & tidy tests

nodejs/node#43784

* src: NodeArrayBufferAllocator delegates to v8's allocator

nodejs/node#43594

* chore: update patch indices

* chore: update filenames

* src: refactor IsSupportedAuthenticatedMode

nodejs/node#42368

* src: add --openssl-legacy-provider option

nodejs/node#40478

* lib,src: add source map support for global eval

nodejs/node#43428

* trace_events: trace net connect event

nodejs/node#43903

* deps: update ICU to 71.1

nodejs/node#42655

This fails the test because it's missing https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3841093

* lib: give names to promisified exists() and question()

nodejs/node#43218

* crypto: add CFRG curves to Web Crypto API

nodejs/node#42507

* src: fix memory leak for v8.serialize

nodejs/node#42695

This test does not work for Electron as they do not use V8's
ArrayBufferAllocator.

* buffer: fix atob input validation

nodejs/node#42539

* src: fix ssize_t error from nghttp2.h

nodejs/node#44393

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <[email protected]>
abhishekumar-tyagi pushed a commit to abhishekumar-tyagi/node that referenced this pull request May 5, 2024
Refs: nodejs/node#42921

PR-URL: nodejs/node#43270
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Minwoo Jung <[email protected]>
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. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants