mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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{
|
o := &MemorySeriesStorageOptions{
|
||||||
MemoryEvictionInterval: time.Second,
|
MemoryEvictionInterval: time.Second,
|
||||||
MemoryRetentionPeriod: 10 * time.Minute,
|
MemoryRetentionPeriod: 10 * time.Minute,
|
||||||
le PersistencePurgeInterval: 10 * time.Second,
|
PersistencePurgeInterval: 10 * time.Second,
|
||||||
PersistenceRetentionPeriod: time.Hour,
|
PersistenceRetentionPeriod: time.Hour,
|
||||||
PersistenceStoragePath: directory.Path(),
|
PersistenceStoragePath: directory.Path(),
|
||||||
CheckpointInterval: 3 * time.Second,
|
CheckpointInterval: 3 * time.Second,
|
||||||
|
|
Loading…
Reference in a new issue