diff --git a/core/examples/http_bench.js b/core/examples/http_bench.js index dc204dfcad..9473b68801 100644 --- a/core/examples/http_bench.js +++ b/core/examples/http_bench.js @@ -71,7 +71,7 @@ function recordFromBuf(buf) { return new Int32Array(buf.buffer, buf.byteOffset, buf.byteLength / 4); } -function handleAsyncMsgFromRust(opId, buf) { +function handleAsyncMsgFromRust(buf) { const record = recordFromBuf(buf); const p = promiseMap.get(record[0]); promiseMap.delete(record[0]);