Fix typo in test.

Change-Id: I3c2fd76bc5f50446c58f8ef693d9c6595197feaa
This commit is contained in:
Bjoern Rabenstein 2014-11-05 14:53:49 +01:00
parent 4efc60174b
commit 7a9efc9c59

View file

@ -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,