0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00
nodejs/benchmark/util
Chengzhong Wu 68dc15e400
util: fix util.getCallSites plurality
`util.getCallSite` returns an array of call site objects. Rename the
function to reflect that it returns a given count of frames captured
as an array of call site object.

Renames the first parameter `frames` to be `frameCount` to indicate
that it specifies the count of returned call sites.

PR-URL: https://github.com/nodejs/node/pull/55626
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-11-02 15:24:56 +00:00
..
format.js benchmark: update iterations in benchmark/util/format.js 2023-12-04 14:37:44 +00:00
get-callsite.js util: fix util.getCallSites plurality 2024-11-02 15:24:56 +00:00
inspect-array.js benchmark: update iterations in benchmark/util/inspect-array.js 2023-12-04 14:37:54 +00:00
inspect-proxy.js benchmark: add trailing commas in benchmark/util 2023-02-03 11:42:25 +01:00
inspect.js benchmark: update number of iterations for util.inspect 2023-11-29 11:09:28 +01:00
normalize-encoding.js benchmark: update iterations in benchmark/util/normalize-encoding.js 2023-12-04 14:38:05 +00:00
parse-env.js benchmark: add dotenv benchmark 2024-09-18 00:30:39 +00:00
priority-queue.js benchmark: add trailing commas in benchmark/util 2023-02-03 11:42:25 +01:00
splice-one.js benchmark: update iterations in benchmark/util/splice-one.js 2023-11-26 13:42:55 +00:00
style-text.js benchmark: add style-text benchmark 2024-03-09 14:01:04 +00:00
text-decoder.js benchmark: update interations and len in benchmark/util/text-decoder.js 2023-12-04 14:38:36 +00:00
text-encoder.js benchmark: stablize encode benchmark 2023-03-07 22:45:40 +01:00
type-check.js benchmark: update iterations of benchmark/util/type-check.js 2023-12-04 14:38:26 +00:00