Skip to content

assimp/assimp_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Asset-Importer-Lib benchmark repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors