Skip to content

Commit 65a5007

Browse files
sumedhsakdeoclaude
andcommitted
chore: remove benchmark marker so tests run in CI
Remove @pytest.mark.benchmark so the read throughput tests are included in the default `make test` filter as parametrize-marked tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ef3eb2 commit 65a5007

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/benchmark/test_read_benchmark.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Memory is measured using pa.total_allocated_bytes() which tracks PyArrow's C++
2323
memory pool (Arrow buffers, Parquet decompression), not Python heap allocations.
2424
25-
Run with: uv run pytest tests/benchmark/test_read_benchmark.py -v -s -m benchmark
25+
Run with: uv run pytest tests/benchmark/test_read_benchmark.py -v -s
2626
"""
2727

2828
import gc
@@ -84,7 +84,6 @@ def benchmark_table(tmp_path_factory: pytest.TempPathFactory) -> Table:
8484
return table
8585

8686

87-
@pytest.mark.benchmark
8887
@pytest.mark.parametrize(
8988
"streaming,concurrent_files,batch_size",
9089
[

0 commit comments

Comments
 (0)