Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jan 16, 2024
1 parent bd88a42 commit 5dfffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/test/e2e/estimate_gas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with web3.js. If not, see <http://www.gnu.org/licenses/>.
import { toHex } from 'web3-utils';

import Web3, { FMT_BYTES, FMT_NUMBER, Transaction } from '../../src';
import { getSystemE2ETestProvider, getE2ETestAccountAddress } from './e2e_utils';
import { getSystemE2ETestProvider } from './e2e_utils';
import { closeOpenConnection, getSystemTestBackend } from '../shared_fixtures/system_tests_utils';
import { toAllVariants } from '../shared_fixtures/utils';
import { mainnetBlockData } from './fixtures/mainnet';
Expand Down

1 comment on commit 5dfffe8

@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: 5dfffe8 Previous: 6c075db Ratio
processingTx 9625 ops/sec (±3.55%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 41373 ops/sec (±7.24%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 20416 ops/sec (±4.86%) 19443 ops/sec (±5.19%) 0.95
processingContractMethodCall 40239 ops/sec (±6.32%) 38971 ops/sec (±6.34%) 0.97
abiEncode 44186 ops/sec (±8.97%) 44252 ops/sec (±6.92%) 1.00
abiDecode 31739 ops/sec (±6.32%) 30419 ops/sec (±8.89%) 0.96
sign 1652 ops/sec (±5.19%) 1656 ops/sec (±4.08%) 1.00
verify 375 ops/sec (±0.62%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.