mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +03:00
This provides a web interface generated with Hugo for tracking benchmark results over time. Automatic dark theme support is provided using water.css. Benchmarks are run daily on a dedicated server with the `master` branch of Godot compiled from source on that server, so that build time and memory usage during the build can also be tracked over time. Binary size as well as startup/shutdown time and memory usage from an empty project are also measured.
7 lines
218 B
TOML
7 lines
218 B
TOML
baseURL = 'https://benchmarks.godotengine.org/'
|
|
languageCode = 'en-us'
|
|
title = 'Godot Benchmarks'
|
|
|
|
# Disable generation of pages not relevant for godot-benchmarks.
|
|
disableKinds = ['taxonomy', 'term', 'sitemap', 'RSS']
|