Skip to content

Commit

Permalink
fix: stop LevelDB benchmark due to an error (#2857)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro <[email protected]>
  • Loading branch information
ajnavarro authored Sep 26, 2024
1 parent bdc9d0e commit df0d6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2/pkg/iavl/benchmarks/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ func BenchmarkLevelDBBatchSizes(b *testing.B) {
// BenchmarkLevelDBLargeData is intended to push disk limits
// in the leveldb, to make sure not everything is cached
func BenchmarkLevelDBLargeData(b *testing.B) {
b.Skip("failing with error: panic: Orphan expires before it comes alive. 1 > 0")

benchmarks := []benchmark{
{db.GoLevelDBBackend, 50000, 100, 32, 100},
{db.GoLevelDBBackend, 50000, 100, 32, 1000},
Expand Down

0 comments on commit df0d6b8

Please sign in to comment.