Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to create benchmarks in Node.js?
Home
NodeJS Essentials
Which of the following is used to create benchmarks in Node.js?
0
votes
asked
May 31
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
by
rajeshsharma
Answer: A
Explanation: benchmark.js is used to create benchmarks in Node.js.
...