Skip to content

Commit 9f47b0f

Browse files
Updated benchmark default configuration and improved instructions
1 parent e3fc73d commit 9f47b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class GeneratePlotsOnly(Enum):
262262
Dataset.SEM_BENCHMARK_ARENA,
263263
GeneratePlotsOnly.NO,
264264
BenchmarkComparisonSimilarityEvaluator(),
265-
MRUEvictionPolicy(max_size=1000, watermark=0.99, eviction_percentage=0.1),
265+
MRUEvictionPolicy(max_size=100000, watermark=0.99, eviction_percentage=0.1),
266266
60000,
267267
),
268268
# vCache Paper: Figure 4 and 5 (bottom row)

0 commit comments

Comments
 (0)