Skip to content

Commit

Permalink
Remove docker network from benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 4, 2024
1 parent b48c67c commit afb3788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ run_docker() {
-e "$driver_memory" \
-e "$executor_memory" \
-e "ADDITIONAL_OPTS=$additional_conf" \
--network "docker_default" \
datacatering/data-caterer"$image_suffix":"$data_caterer_version";
} | grep "real " | sed "$sed_option" "s/^.*real ([0-9\.]+)$/\1/")
if [[ $1 == *BenchmarkForeignKeyPlanRun* ]]; then
Expand Down

0 comments on commit afb3788

Please sign in to comment.