Login
Remember
Register
Ask a Question
Which of the following is used to create benchmarks in Node.js?
0
votes
asked
May 31, 2024
in
NodeJS Essentials
by
rajeshsharma
Which of the following is used to create benchmarks in Node.js?
A) benchmark.js
B) perf_hooks
C) v8-profiler
D) all of the above
create
benchmarks
node
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 31, 2024
by
rajeshsharma
Answer: A
Explanation: benchmark.js is used to create benchmarks in Node.js.
...