Skip to content

Commit 9f58cc8

Browse files
committed
Cleanup
1 parent 7c79c8a commit 9f58cc8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

test/test_benchmark.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Benchmarks for CEL rule evaluation, by rule category.
16-
17-
Run with `uv run poe bench`. This file only touches the public protovalidate
18-
API, so the same file produces comparable numbers on any branch (e.g. to
19-
compare CEL backends, check out the baseline branch, drop this file in, and
20-
run it there).
21-
22-
Each benchmark measures steady-state `collect_violations` on a shared
23-
`Validator`, so per-message-type compilation is warmed up by the calibration
24-
phase and the numbers reflect rule evaluation, not compilation.
25-
"""
2615

2716
import time
2817

0 commit comments

Comments
 (0)