Skip to content

Commit

Permalink
Add type checking to unit tests (#7027)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos authored May 6, 2024
1 parent 5d2f2aa commit f216540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/jest.config.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module.exports = {
'ts-jest',
{
tsconfig: './test/tsconfig.json',
isolatedModules: true,
},
],
},
Expand Down

2 comments on commit f216540

@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: f216540 Previous: 5d2f2aa Ratio
processingTx 9057 ops/sec (±4.05%) 8767 ops/sec (±5.12%) 0.97
processingContractDeploy 37876 ops/sec (±6.90%) 40540 ops/sec (±7.05%) 1.07
processingContractMethodSend 19136 ops/sec (±6.86%) 20282 ops/sec (±6.31%) 1.06
processingContractMethodCall 38006 ops/sec (±5.56%) 41478 ops/sec (±5.04%) 1.09
abiEncode 43358 ops/sec (±6.64%) 46501 ops/sec (±6.65%) 1.07
abiDecode 30117 ops/sec (±7.35%) 31621 ops/sec (±7.28%) 1.05
sign 1578 ops/sec (±0.77%) 1640 ops/sec (±0.75%) 1.04
verify 372 ops/sec (±0.53%) 379 ops/sec (±2.77%) 1.02

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

@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: f216540 Previous: 5d2f2aa Ratio
processingTx 8831 ops/sec (±4.37%) 8767 ops/sec (±5.12%) 0.99
processingContractDeploy 38915 ops/sec (±7.67%) 40540 ops/sec (±7.05%) 1.04
processingContractMethodSend 18648 ops/sec (±7.13%) 20282 ops/sec (±6.31%) 1.09
processingContractMethodCall 37036 ops/sec (±6.22%) 41478 ops/sec (±5.04%) 1.12
abiEncode 42619 ops/sec (±6.84%) 46501 ops/sec (±6.65%) 1.09
abiDecode 29814 ops/sec (±6.52%) 31621 ops/sec (±7.28%) 1.06
sign 1551 ops/sec (±1.05%) 1640 ops/sec (±0.75%) 1.06
verify 366 ops/sec (±0.52%) 379 ops/sec (±2.77%) 1.04

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

Please sign in to comment.