summaryrefslogtreecommitdiffstats
path: root/encoding_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'encoding_test.go')
-rw-r--r--encoding_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoding_test.go b/encoding_test.go
index 44104e4..dadde12 100644
--- a/encoding_test.go
+++ b/encoding_test.go
@@ -322,7 +322,7 @@ func TestEncodeDecodeStrorage(t *testing.T) {
}
}
-func BenchmarkEncoder_EncodeStore(b *testing.B) {
+func BenchmarkStoreLoadSnapshot(b *testing.B) {
file, err := os.CreateTemp(b.TempDir(), "benchmark_test_")
if err != nil {
b.Fatal(err)
@@ -363,7 +363,7 @@ func BenchmarkEncoder_EncodeStore(b *testing.B) {
}
}
-func BenchmarkDecoder_DecodeStore(b *testing.B) {
+func BenchmarkStoreLoadSnapsot(b *testing.B) {
file, err := os.CreateTemp(b.TempDir(), "benchmark_test_")
if err != nil {