Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
--ignore=tests/test_tau_bench_airline_smoke.py \
--ignore=tests/pytest/test_svgbench.py \
--ignore=tests/pytest/test_livesvgbench.py \
--ignore=eval_protocol/benchmarks/ \
--cov=eval_protocol --cov-append --cov-report=xml --cov-report=term-missing -v --durations=10

- name: Store coverage file
Expand Down
7 changes: 0 additions & 7 deletions eval_protocol/benchmarks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
from .registry import export_benchmark, get_benchmark_runner, list_benchmarks

__all__ = [
"export_benchmark",
"get_benchmark_runner",
"list_benchmarks",
]
329 changes: 0 additions & 329 deletions eval_protocol/benchmarks/registry.py

This file was deleted.

Loading
Loading