diff --git a/main.js b/main.js
index 9480b7b7365e84eb8d06918c7658f8d159e644bd..0705a5651cece1cda982c73c7c14e15994d2e3ec 100644
--- a/main.js
+++ b/main.js
@@ -5,7 +5,7 @@ const { performance } = require("perf_hooks");
 const REST_ENDPOINT = "http://18.209.23.10:3000";
 const GRPC_ENDPOINT = "18.209.23.10:3001";
 
-const runTest = async () => {
+const runTest = async (func) => {
   const start = performance.now();
   await func();
   const end = performance.now();