Skip to content

Commit

Permalink
enable benchmark cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 committed Aug 23, 2023
1 parent a9aecd4 commit 7651b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/clickbench/benchmark_cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
BENCHMARK_ID=${BENCHMARK_ID:-$(date +%s)}
BENCHMARK_DATASET=${BENCHMARK_DATASET:-hits}
BENCHMARK_SIZE=${BENCHMARK_SIZE:-Medium}
BENCHMARK_CACHE_SIZE=${BENCHMARK_CACHE_SIZE:-0}
BENCHMARK_CACHE_SIZE=${BENCHMARK_CACHE_SIZE:-50}
BENCHMARK_VERSION=${BENCHMARK_VERSION:-}
BENCHMARK_DATABASE=${BENCHMARK_DATABASE:-default}

Expand Down

0 comments on commit 7651b76

Please sign in to comment.