Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 16, 2024
1 parent 2fd9ca8 commit 7eba4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/test/e2e/get_balance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe(`${getSystemTestBackend()} tests - getBalance`, () => {
expect(result).toBe(expectedBalance);
break;
case 'NUMBER_BIGINT':
// eslint-dgit cisable-next-line jest/no-conditional-expect
// eslint-disable-next-line jest/no-conditional-expect
expect(result).toBe(BigInt(expectedBalance));
break;
default:
Expand Down

1 comment on commit 7eba4f6

@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: 7eba4f6 Previous: 6c075db Ratio
processingTx 9185 ops/sec (±3.95%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 41813 ops/sec (±6.40%) 39129 ops/sec (±7.62%) 0.94
processingContractMethodSend 19914 ops/sec (±7.62%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 39811 ops/sec (±5.49%) 38971 ops/sec (±6.34%) 0.98
abiEncode 46201 ops/sec (±6.63%) 44252 ops/sec (±6.92%) 0.96
abiDecode 31658 ops/sec (±7.55%) 30419 ops/sec (±8.89%) 0.96
sign 1668 ops/sec (±4.12%) 1656 ops/sec (±4.08%) 0.99
verify 385 ops/sec (±0.43%) 373 ops/sec (±0.78%) 0.97

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

Please sign in to comment.