Skip to content

Commit 6ef857c

Browse files
author
bmarkons
committed
Remove display_count from comparison cache key
1 parent 57ac0ee commit 6ef857c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/repos_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def set_redis_cache_keys
213213
@benchmark.benchmark_result_types.each do |benchmark_type|
214214
@cache_keys[benchmark_type] =
215215
if @comparing_benchmark.present?
216-
"#{BenchmarkRun.charts_cache_key(@benchmark, benchmark_type)}:#{@display_count}:#{BenchmarkRun.charts_cache_key(@comparing_benchmark, benchmark_type)}"
216+
"#{BenchmarkRun.charts_cache_key(@benchmark, benchmark_type)}:#{BenchmarkRun.charts_cache_key(@comparing_benchmark, benchmark_type)}"
217217
else
218218
"#{BenchmarkRun.charts_cache_key(@benchmark, benchmark_type)}:#{@display_count}"
219219
end

0 commit comments

Comments
 (0)