summaryrefslogtreecommitdiff
path: root/benchmark/napi/function_call/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/napi/function_call/index.js')
-rw-r--r--benchmark/napi/function_call/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/napi/function_call/index.js b/benchmark/napi/function_call/index.js
index e7d9fe46e5..b63d805fe3 100644
--- a/benchmark/napi/function_call/index.js
+++ b/benchmark/napi/function_call/index.js
@@ -1,4 +1,4 @@
-// show the difference between calling a short js function
+// Show the difference between calling a short js function
// relative to a comparable C++ function.
// Reports n of calls per second.
// Note that JS speed goes up, while cxx speed stays about the same.