Skip to content

Commit 37459d0

Browse files
committed
docs: add comment with link to original NYC taxi dataset file download page
1 parent a00b32a commit 37459d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ perf-run:
4747
cargo criterion --benches
4848

4949
# download the "NYC Taxi" data required to populate the performance test suite
50+
# Original links to these files can be found at https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page
5051
perf-download-data:
5152
if [ ! -f ./crates/iceberg/testdata/performance/raw_data/yellow_tripdata_2024-01.parquet ]; then wget https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet -P crates/iceberg/testdata/performance/raw_data; fi
5253
if [ ! -f ./crates/iceberg/testdata/performance/raw_data/yellow_tripdata_2024-02.parquet ]; then wget https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-02.parquet -P crates/iceberg/testdata/performance/raw_data; fi

0 commit comments

Comments
 (0)