Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Mar 6, 2024
1 parent 85eceab commit 219f8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-eth-ens/test/integration/resolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import { ENSRegistryBytecode } from '../fixtures/ens/bytecode/ENSRegistryBytecod
import { NameWrapperBytecode } from '../fixtures/ens/bytecode/NameWrapperBytecode';
import { PublicResolverBytecode } from '../fixtures/ens/bytecode/PublicResolverBytecode';

jest.setTimeout(25000);
describe('ens', () => {
let registry: Contract<typeof ENSRegistryAbi>;
let resolver: Contract<typeof PublicResolverAbi>;
Expand Down

1 comment on commit 219f8a2

@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: 219f8a2 Previous: 6c075db Ratio
processingTx 9181 ops/sec (±4.63%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 40304 ops/sec (±6.77%) 39129 ops/sec (±7.62%) 0.97
processingContractMethodSend 19866 ops/sec (±6.59%) 19443 ops/sec (±5.19%) 0.98
processingContractMethodCall 40206 ops/sec (±5.28%) 38971 ops/sec (±6.34%) 0.97
abiEncode 45969 ops/sec (±6.43%) 44252 ops/sec (±6.92%) 0.96
abiDecode 30968 ops/sec (±7.40%) 30419 ops/sec (±8.89%) 0.98
sign 1698 ops/sec (±0.61%) 1656 ops/sec (±4.08%) 0.98
verify 372 ops/sec (±0.70%) 373 ops/sec (±0.78%) 1.00

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

Please sign in to comment.