Add benchmarks
Some checks failed
Run benchmarks / run-tests (push) Failing after 24s
Run tests / run-tests (push) Failing after 43s

This commit is contained in:
2025-12-12 19:44:11 +09:00
parent d39bdc423e
commit e80cdabe2a
14 changed files with 705 additions and 16 deletions

View File

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