Skip to content

Commit

Permalink
[CI] - update resource class (facebookresearch#1600)
Browse files Browse the repository at this point in the history
* update resource class

* adjust benchmark numbers for new machine image expectations
  • Loading branch information
aclegg3 authored Oct 3, 2023
1 parent 39c8c56 commit 0e7e2a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
gpu: &gpu
machine:
image: ubuntu-2004-cuda-11.4:202110-01
image: linux-cuda-11:default
resource_class: gpu.nvidia.medium
environment:
FPS_THRESHOLD: 900
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
. activate habitat
git lfs install
conda install -y gitpython
conda install -y gitpython git-lfs
python -m habitat_sim.utils.datasets_download --uids ci_test_assets franka_panda hab_spot_arm --data-path habitat-sim/data/ --no-replace --no-prune
- run:
name: Run sim benchmark
Expand Down
14 changes: 7 additions & 7 deletions scripts/hab2_bench/assert_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
}

MINIMUM_PERFORMANCE_1_PROCESS = {
"idle_all": 280,
"idle_all": 260,
"idle_noconcur": 220,
"idle_nosleep": 120,
"idle_nosleep": 105,
# "idle_render": "[Idle Render Only]",
"idle_single_camera_all": 510,
"idle_single_camera_noconcur": 480,
"idle_single_camera_all": 465,
"idle_single_camera_noconcur": 430,
"idle_single_camera_nosleep": 150,
# "idle_single_camera_render": "[Idle (head-RGB) Render Only]",
"interact_all": 55,
"interact_noconcur": 50,
"interact_nosleep": 55,
"interact_all": 40,
"interact_noconcur": 39,
"interact_nosleep": 40,
}

MINIMUM_PERFORMANCE_16_PROCESS = {
Expand Down

0 comments on commit 0e7e2a7

Please sign in to comment.