mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08: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 a new issue