-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix e2e test error "project ID request rate exceeded" (#7290)
* e2e tests fixes * test e2e GA * fix get storage test * add comments * done testing * test with new keys * Update get_block_transaction_count.test.ts * done * Update e2e_network_tests.yml * Update e2e_network_tests.yml
- Loading branch information
Showing
17 changed files
with
4,189 additions
and
4,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
5,791 changes: 2,282 additions & 3,509 deletions
5,791
packages/web3/test/e2e/fixtures/mainnet_block_hydrated.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
76c468a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
21644
ops/sec (±7.51%
)22201
ops/sec (±6.45%
)1.03
processingContractDeploy
39881
ops/sec (±6.40%
)38668
ops/sec (±7.43%
)0.97
processingContractMethodSend
15939
ops/sec (±6.63%
)15754
ops/sec (±8.04%
)0.99
processingContractMethodCall
27981
ops/sec (±6.91%
)26952
ops/sec (±7.86%
)0.96
abiEncode
43956
ops/sec (±6.74%
)41355
ops/sec (±6.79%
)0.94
abiDecode
29215
ops/sec (±9.42%
)29853
ops/sec (±6.08%
)1.02
sign
1506
ops/sec (±3.35%
)1523
ops/sec (±3.43%
)1.01
verify
366
ops/sec (±0.56%
)360
ops/sec (±0.74%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.