Collecting object data in TDW is very fast. This benchmark measures the performance of each standard type of object data.
See the Benchmark document for the test machine's system info.
In each test, there are 100 objects in the scene. There is no camera or image data.
Transforms | Rigidbodies | Bounds | Collisions | FPS |
---|---|---|---|---|
True | False | False | False | 683 |
False | True | False | False | 703 |
False | False | True | False | 411 |
False | False | False | True | 594 |
True | True | True | True | 312 |
- Follow instructions in the Benchmark document for cloning the repo, downloading the build, etc.
cd path/to/tdw/Python/benchmarking
(replacepath/to
with the actual path)python3 object_data.py
- Run the build
- Wait for the performance benchmark to complete (this might take up to five minutes).
- Compare your results to those listed above
Next: Command deserialization