@@ -124,7 +124,7 @@ jobs:
124124 "subcommand": "tpch",
125125 "name": "TPC-H SF=1 on S3",
126126 "local_dir": "bench-vortex/data/tpch/1.0",
127- "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/tpch/1.0/",
127+ "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/ tpch/1.0/",
128128 "targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,datafusion:lance,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
129129 "scale_factor": "--scale-factor 1.0",
130130 "build_args": "--features lance"
@@ -142,7 +142,7 @@ jobs:
142142 "subcommand": "tpch",
143143 "name": "TPC-H SF=10 on S3",
144144 "local_dir": "bench-vortex/data/tpch/10.0",
145- "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/tpch/10.0/",
145+ "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/ tpch/10.0/",
146146 "targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,datafusion:lance,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
147147 "scale_factor": "--scale-factor 10.0",
148148 "build_args": "--features lance"
@@ -174,7 +174,7 @@ jobs:
174174 "subcommand": "fineweb",
175175 "name": "FineWeb S3",
176176 "local_dir": "bench-vortex/data/fineweb",
177- "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/fineweb/",
177+ "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/ fineweb/",
178178 "targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
179179 "scale_factor": "--scale-factor 100"
180180 },
@@ -190,7 +190,7 @@ jobs:
190190 "subcommand": "gharchive",
191191 "name": "GitHub Archive (S3)",
192192 "local_dir": "bench-vortex/data/gharchive",
193- "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/gharchive/",
193+ "remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/ gharchive/",
194194 "targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
195195 "scale_factor": "--scale-factor 100"
196196 },
0 commit comments