Skip to content
Snippets Groups Projects
Commit dcc93443 authored by Jack Hu's avatar Jack Hu
Browse files

quick fix

parent 1b097db7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment