Add benchmarks for rendering

This commit is contained in:
Patrik Svensson
2026-01-20 18:03:49 +01:00
committed by Patrik Svensson
parent 86abe0cc12
commit 0a692bc743
7 changed files with 145 additions and 0 deletions

4
.gitignore vendored
View File

@@ -17,6 +17,10 @@
dotnet-install.sh*
*.lock.json
# Benchmarks
**/BenchmarkDotNet.Artifacts/**/*.*
!**/BenchmarkDotNet.Artifacts/**/*.md
# Visual Studio
.vs/
.vscode/