mirror of
https://github.com/prometheus/prometheus
synced 2025-03-06 13:38:28 +00:00
Fix typo in test.
Change-Id: I3c2fd76bc5f50446c58f8ef693d9c6595197feaa
This commit is contained in:
parent
4efc60174b
commit
7a9efc9c59
@ -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…
Reference in New Issue
Block a user