Browse Source

Fix typo in test.

Change-Id: I3c2fd76bc5f50446c58f8ef693d9c6595197feaa
pull/413/head
Bjoern Rabenstein 10 years ago
parent
commit
7a9efc9c59
  1. 2
      storage/local/storage_test.go

2
storage/local/storage_test.go

@ -492,7 +492,7 @@ func BenchmarkFuzz(b *testing.B) {
o := &MemorySeriesStorageOptions{
MemoryEvictionInterval: time.Second,
MemoryRetentionPeriod: 10 * time.Minute,
le PersistencePurgeInterval: 10 * time.Second,
PersistencePurgeInterval: 10 * time.Second,
PersistenceRetentionPeriod: time.Hour,
PersistenceStoragePath: directory.Path(),
CheckpointInterval: 3 * time.Second,

Loading…
Cancel
Save