Skip to content

Commit

Permalink
style: renmae test name
Browse files Browse the repository at this point in the history
  • Loading branch information
wolkykim committed Aug 27, 2023
1 parent c885428 commit 23a36e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/db/pebble_db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestPebbleDB(t *testing.T) {
db.Close()
}

func BenchmarkPebbleRandomReadsWrites(b *testing.B) {
func BenchmarkPebbleDBRandomReadsWrites(b *testing.B) {
name := fmt.Sprintf("test_%x", randStr(12))
db, err := NewPebbleDB(name, b.TempDir())
if err != nil {
Expand Down

0 comments on commit 23a36e1

Please sign in to comment.