Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 6, 2024
1 parent 7a4fbdd commit fcad8d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion simapp/sim_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ func BenchmarkFullAppSimulation(b *testing.B) {
}

if config.Commit {
simtestutil.PrintStats(db.(*dbm.GoLevelDB))
db, ok := testInstance.DB.(dbm.DB)
if ok {
simtestutil.PrintStats(db)
}
}
}

0 comments on commit fcad8d4

Please sign in to comment.