blob: 42772087141d0e0377ca9d9a7794b2dfcda7ea25 [file] [edit]
---
$schema: https://raw.githubusercontent.com/CodSpeedHQ/codspeed/refs/heads/main/schemas/codspeed.schema.json
benchmarks:
- name: import attr
exec: python -I -c "import attr"
- name: import attrs
exec: python -I -c "import attrs"
...