Skip to content

Commit

Permalink
we should also extrac the tar after download
Browse files Browse the repository at this point in the history
  • Loading branch information
doupache committed Sep 17, 2024
1 parent dced3af commit 0bf209e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ data_imdb() {

# Download the dataset
curl -o "${imdb_temp_gz}" "${imdb_url}"

# Extract the dataset
tar -xzvf "${imdb_temp_gz}" -C "${imdb_dir}"
$CARGO_COMMAND --bin imdb -- convert --input ${imdb_dir} --output ${imdb_dir} --format parquet
else
echo "IMDB.tgz already exists."

Expand Down

0 comments on commit 0bf209e

Please sign in to comment.