Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 16, 2024
1 parent 81cec38 commit 4033874
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 @@ -86,7 +86,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 4033874

@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: 4033874 Previous: 6c075db Ratio
processingTx 9333 ops/sec (±3.78%) 9301 ops/sec (±4.81%) 1.00
processingContractDeploy 39746 ops/sec (±7.82%) 39129 ops/sec (±7.62%) 0.98
processingContractMethodSend 18269 ops/sec (±7.43%) 19443 ops/sec (±5.19%) 1.06
processingContractMethodCall 39436 ops/sec (±4.00%) 38971 ops/sec (±6.34%) 0.99
abiEncode 43426 ops/sec (±7.26%) 44252 ops/sec (±6.92%) 1.02
abiDecode 31217 ops/sec (±6.30%) 30419 ops/sec (±8.89%) 0.97
sign 1664 ops/sec (±0.75%) 1656 ops/sec (±4.08%) 1.00
verify 372 ops/sec (±0.58%) 373 ops/sec (±0.78%) 1.00

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

Please sign in to comment.