Typical Contribution Steps
git checkout -b feature/my-improvement
python -m pytest -q
git commit -m "Describe the change"
git push origin feature/my-improvement
Help improve benchmark logic, docs, tests, and website quality.
git checkout -b feature/my-improvement
python -m pytest -q
git commit -m "Describe the change"
git push origin feature/my-improvement