6 Commits

Author SHA1 Message Date
Lukas Tenbrink
86070012e1 Update contributing links to point to the new contributing website (#122) 2025-09-14 01:53:18 +02:00
Hugo Locurcio
375cec369a Update READMEs to use GitHub admonition syntax, use --import CLI argument 2024-07-17 01:37:33 +02:00
Helehex
93bc7cd0d6 Added support for C# benchmarks (#46) 2024-02-09 14:43:04 +01:00
myaaaaaaaaa
f8d528d44b Update CONTRIBUTING.md for new benchmark format 2023-02-04 22:18:06 -05:00
Hugo Locurcio
9831ab3c6d Improve benchmark registration
- Automatically register benchmarks based on `.tscn` files found in the
  `benchmarks/` folder.
  - `manager.gd` no longer needs to be edited every time a benchmark is added.
- Use full path for include/exclude glob instead of just the last category's name.
- Move benchmarks to a subfolder.
- Position the benchmark label away from the window's edges for better readability,
  and increase its outline size.
- Run the dynamic light cull with shadows benchmark
  (there was a `.tscn` file but it was unused).
2022-08-22 23:01:35 +02:00
Hugo Locurcio
b167b99931 Add a guide on contributing new benchmarks 2021-12-08 18:39:08 +01:00