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