tuning details

This commit is contained in:
geekan 2024-02-18 11:31:53 +08:00
parent edeb793e2f
commit 8c24c97a53
3 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
coverage run --source ./metagpt -m pytest --durations=0 --timeout=100 && coverage report -m && coverage html && open htmlcov/index.html
coverage run --source ./metagpt -m pytest -n 8 --durations=0 --timeout=100 && coverage report -m && coverage html && open htmlcov/index.html