Skip to content

Commit

Permalink
Download jar from releases page, take out command from time docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 4, 2024
1 parent 8da9805 commit b48c67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ run_docker() {
-e "ADDITIONAL_OPTS=$additional_conf" \
--network "docker_default" \
datacatering/data-caterer"$image_suffix":"$data_caterer_version";
} 2>&1 | grep "real " | sed "$sed_option" "s/^.*real ([0-9\.]+)$/\1/")
} | grep "real " | sed "$sed_option" "s/^.*real ([0-9\.]+)$/\1/")
if [[ $1 == *BenchmarkForeignKeyPlanRun* ]]; then
final_record_count=$(($2 * 5))
else
Expand Down

0 comments on commit b48c67c

Please sign in to comment.