Skip to content

Commit

Permalink
fix: typo (#6889)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Mar 12, 2024
1 parent d254316 commit 6187f30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ const main = async () => {
end = new Date();
console.log("websocket test successful")
} catch (e) {
console.warn("error occured during ws test, on attempt: ", attempt, "program ran for: ", attempt ,"minutes with error: ", e)
console.warn("error occurred during ws test, on attempt: ", attempt, "program ran for: ", attempt ,"minutes with error: ", e)
}
console.log("start", start)
console.log("end", end)
process.exit();
}

main();
main();

1 comment on commit 6187f30

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 6187f30 Previous: 6c075db Ratio
processingTx 9531 ops/sec (±3.85%) 9301 ops/sec (±4.81%) 0.98
processingContractDeploy 42516 ops/sec (±6.80%) 39129 ops/sec (±7.62%) 0.92
processingContractMethodSend 20142 ops/sec (±9.30%) 19443 ops/sec (±5.19%) 0.97
processingContractMethodCall 41585 ops/sec (±5.21%) 38971 ops/sec (±6.34%) 0.94
abiEncode 48079 ops/sec (±6.60%) 44252 ops/sec (±6.92%) 0.92
abiDecode 33452 ops/sec (±7.51%) 30419 ops/sec (±8.89%) 0.91
sign 1646 ops/sec (±3.50%) 1656 ops/sec (±4.08%) 1.01
verify 382 ops/sec (±0.60%) 373 ops/sec (±0.78%) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.