https://github.com/assimp/assimp_benchmarks
The Asset-Importer-Lib benchmark repository.
https://github.com/assimp/assimp_benchmarks
Last synced: 5 months ago
JSON representation
The Asset-Importer-Lib benchmark repository.
- Host: GitHub
- URL: https://github.com/assimp/assimp_benchmarks
- Owner: assimp
- License: mit
- Created: 2025-06-03T08:59:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T19:30:43.000Z (about 1 year ago)
- Last Synced: 2026-01-28T02:25:12.460Z (5 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# assimp_benchmarks
The Asset-Importer-Lib benchmark repository.
## Introduction
This repository provides benchmarks for the Asset-Importer-Lib.
## Build instructions (Linux)
```
> git clone --recursive https://github.com/assimp/assimp_benchmarks.git
> cd assimp_benchmarks
> cmake ./CMakeLists.txt -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON
> cmake --build .
> cd bin
> cp -r ../3rdparty/sponza/*
> ./assimp_benchmarks.exe
```
## Build instructions (Windows)
```
> git clone --recursive https://github.com/assimp/assimp_benchmarks.git
> cd assimp_benchmarks
> cmake .\CMakeLists.txt -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON
> cmake --build .
> cd bin\debug
> cp -r ..\..\3rdparty\sponza\*
> .\assimp_benchmarks.exe
```
## Results
### Version 6.0.1
Processor AMD Ryzen 7 7700 8-Core Processor, 3801 MHz, 8 Cores, 16 logical processors
| Model | Time | CPU |
|------------|-----------|-----------|
| Sponza Obj | 118868 ns | 119629 ns |