diff --git a/lib/internal/perf/timerify.js b/lib/internal/perf/timerify.js index b1f11a8c844a3d9..cae7400bec1ccd6 100644 --- a/lib/internal/perf/timerify.js +++ b/lib/internal/perf/timerify.js @@ -53,6 +53,7 @@ function processComplete(name, start, args, histogram) { entry[n] = args[n]; enqueue(entry); + return this; } function timerify(fn, options = {}) {