Add benchmarks
Some checks failed
Run tests / run-tests (push) Has been cancelled

This commit is contained in:
2025-12-12 19:44:11 +09:00
parent 01c04f16d0
commit f126e0fbac
13 changed files with 675 additions and 16 deletions

View File

@@ -20,6 +20,8 @@ mkShell {
pytest
pytest-cov
pytest-html
pytest-benchmark
pygal
]))
];
}