Skip to content

Commit

Permalink
chaindb test
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Dec 21, 2023
1 parent 0ba21b1 commit a8fc6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/chaindb/chaindb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func doBenchmarkIO(b *testing.B, dbtype string) {

cfg := common.DefaultConfig("")
l.Glogger().Verbosity(l.LvlCrit)
eth.InitLog(elog.LvlCrit.String(), cfg.DebugPrintOrigins)
eth.InitLog(elog.LevelCrit.String(), cfg.DebugPrintOrigins)
BenchDatabaseSuite(b, func() ethdb.KeyValueStore {
cfg.DataDir = dataDir
cfg.DbType = dbtype
Expand Down

0 comments on commit a8fc6de

Please sign in to comment.