# Benchmarks ## Table of Contents - [Benchmark Results](#benchmark-results) - [Baseline](#baseline) - [ERC20](#erc20) - [SHA1](#sha1) - [Storage](#storage) - [Transfer](#transfer) ## Benchmark Results ### Baseline | | `lower` | |:-------|:-------------------------- | | | `110.18 us` (✅ **1.00x**) | ### ERC20 | | `lower` | |:-------|:-------------------------- | | | `623.57 us` (✅ **1.00x**) | ### SHA1 | | `lower` | |:-------|:-------------------------- | | | `357.61 us` (✅ **1.00x**) | ### Storage | | `lower` | |:-------|:-------------------------- | | | `161.24 us` (✅ **1.00x**) | ### Transfer | | `lower` | |:-------|:-------------------------- | | | `162.35 us` (✅ **1.00x**) | --- Made with [criterion-table](https://github.com/nu11ptr/criterion-table)