Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Beyond EVM] performant StateDB implementation - part 4 #5169

Merged
merged 20 commits into from
Jan 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make the test lighter
  • Loading branch information
ramtinms committed Dec 20, 2023
commit c69a7fa761693eb210aefd33a4153f7ac6931978
2 changes: 1 addition & 1 deletion fvm/evm/handler/handler_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/onflow/flow-go/model/flow"
)

func BenchmarkStorage(b *testing.B) { benchmarkStorageGrowth(b, 100, 1_000_000) }
func BenchmarkStorage(b *testing.B) { benchmarkStorageGrowth(b, 100, 100) }

// benchmark
func benchmarkStorageGrowth(b *testing.B, accountCount, setupKittyCount int) {
Expand Down