diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/examples/http_bench.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/http_bench.js b/core/examples/http_bench.js index dc204dfca..9473b6880 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]); |