0 votes
in NodeJS Essentials by
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

1 Answer

0 votes
by
Answer: A

Explanation: benchmark.js is used to create benchmarks in Node.js.
...