Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollazo committed Dec 9, 2023
1 parent 6798689 commit 8c47221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
python -c "import gymnasium as gym; env = gym.make('catanatron_gym:catanatron-v0')"
- name: Test README.md sample (and fail even on warnings)
run: |
ls
python -W error catanatron_gym/sample.py
build-ui:
Expand Down

1 comment on commit 8c47221

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance Alert

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 8c47221 Previous: 07c1ee2 Ratio
tests/integration_tests/test_speed.py::test_alphabeta_speed 0.8336162244725075 iter/sec (stddev: 1.1496478988175138) 1.0868268224250723 iter/sec (stddev: 1.0307003156597536) 1.30

This comment was automatically generated by workflow.

Please sign in to comment.