Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Feb 28, 2024
1 parent 3e61d3c commit 29982fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*/

export * from './converters.js';
export * from './event_emitter.js';
export * from './validation.js';
Expand Down

1 comment on commit 29982fa

@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: 29982fa Previous: 6c075db Ratio
processingTx 9387 ops/sec (±4.95%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 42067 ops/sec (±8.72%) 39129 ops/sec (±7.62%) 0.93
processingContractMethodSend 20464 ops/sec (±6.11%) 19443 ops/sec (±5.19%) 0.95
processingContractMethodCall 40836 ops/sec (±5.08%) 38971 ops/sec (±6.34%) 0.95
abiEncode 47111 ops/sec (±6.97%) 44252 ops/sec (±6.92%) 0.94
abiDecode 32499 ops/sec (±7.15%) 30419 ops/sec (±8.89%) 0.94
sign 1694 ops/sec (±0.71%) 1656 ops/sec (±4.08%) 0.98
verify 368 ops/sec (±2.39%) 373 ops/sec (±0.78%) 1.01

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

Please sign in to comment.