From 33d61903f984f79952bc1d6e2f2757faac470c27 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 15 Jan 2024 01:57:52 +0700 Subject: [PATCH] lint --- pebble_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pebble_test.go b/pebble_test.go index 46e07d1..5fd0ef3 100644 --- a/pebble_test.go +++ b/pebble_test.go @@ -197,7 +197,6 @@ func BenchmarkDB(b *testing.B) { fmt.Printf("WriteTime difference: %.2f%%\n", writeTimeDiff) fmt.Printf("ConcurrentTime difference: %.2f%%\n", concurrentTimeDiff) } - } func benchmarkDBVariations(b *testing.B, db DB, numKeys int, valueSize int) BenchmarkResult {