• Mayank Mittal's avatar
    Adds benchmark script to measure robot loading (#1195) · 92dcb8c0
    Mayank Mittal authored
    # Description
    
    This MR makes a minimal script to measure how long it takes to load
    different robots.
    
    ## Type of change
    
    - New feature (non-breaking change which adds functionality)
    
    ## Screenshots
    
    For loading 2048 robots headless:
    
    | **Metric** | **H1** | **G1** | **Anymal_D** |
    
    |-------------------|-------------------|-------------------|-------------------|
    | App start time | 3791.73 ms | 3660.98 ms | 3597.30 ms |
    | Imports time | 1116.61 ms | 1132.87 ms | 1142.27 ms |
    | Scene creation time | 1584.14 ms | 1674.18 ms | 2000.40 ms |
    | Sim start time | 1451.94 ms | 2647.43 ms | 1778.49 ms |
    | Per step time | 2.31 ms | 4.71 ms | 3.67 ms |
    
    Computer specs:
    
    * OS: Ubuntu 20.04.6 LTS x86_64 
    * CPU: 12th Gen Intel i9-12900K (24) @ 5.100GHz 
    * GPU: NVIDIA 4090 RTX
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [x] I have made corresponding changes to the documentation
    - [x] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have updated the changelog and the corresponding version in the
    extension's `config/extension.toml` file
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    92dcb8c0
Name
Last commit
Last update
.aws Loading commit data...
.github Loading commit data...
.vscode Loading commit data...
docker Loading commit data...
docs Loading commit data...
source Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.flake8 Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
isaaclab.bat Loading commit data...
isaaclab.sh Loading commit data...
pyproject.toml Loading commit data...