Skip to content

Commit

Permalink
use file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Dec 20, 2024
1 parent f9a89a7 commit d3868d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/microbenchmarks/test_file_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def bench() -> DataFrame:
@pytest.mark.benchmark(group="file_read")
@pytest.mark.parametrize("prune", [True, False])
def test_s3_parquet_read_1x64mb(benchmark, prune):
parquet_glob = "s3://daft-public-data/test_fixtures/parquet/*"
parquet_glob = "s3://daft-public-data/test_fixtures/parquet/95c7fba0-265d-440b-88cb-2897047fc5f9-0.parquet"
expected_rows = 1500000

def bench() -> DataFrame:
Expand Down

0 comments on commit d3868d3

Please sign in to comment.