mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Update eof_validation_test.go
This commit is contained in:
parent
e2eadbb47f
commit
ad47eed83a
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ func BenchmarkEOFValidation(b *testing.B) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// BenchmarkEOFValidation tries to benchmark the code validation for the CALLF/RETF operation.
|
// BenchmarkEOFValidation2 tries to benchmark the code validation for the CALLF/RETF operation.
|
||||||
// For this we set up code that calls into 1024 code sections which
|
// For this we set up code that calls into 1024 code sections which
|
||||||
// - contain calls to some other code sections.
|
// - contain calls to some other code sections.
|
||||||
// We can't have all code sections calling each other, otherwise we would exceed 48KB.
|
// We can't have all code sections calling each other, otherwise we would exceed 48KB.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue