url.searchParamsSymbol
may affect the benchmark results of URLSearchParams.sort()
#50566
Labels
benchmark
Issues and PRs related to the benchmark subsystem.
The benchmark script
url-searchparams-sort.js
currently utilizessearchParamsSymbol
to create key-value pairs forURLSearchParams
, but it has been removed since Node.js version 20.x. This removal may have an impact on the benchmark results, potentially affecting comparisons, such as between versions 18.x and 21.x.The text was updated successfully, but these errors were encountered: