godot-benchmarks
godot-benchmarks copied to clipboard
Array is tested in two places
I am not sure but it seems that these two files should be one file
https://github.com/godotengine/godot-benchmarks/blob/main/benchmarks/core/array.gd https://github.com/godotengine/godot-benchmarks/blob/main/benchmarks/gdscript/array.gd
The exact use cases are a bit different, but now that we created a category for each, we should probably leave things as-is. This way, the metrics can still be compared over time on the results website.
What about if I eventually want to create similar benchmarks but for dictionary? Place them in one place? Split in two files?
What about if I eventually want to create similar benchmarks but for dictionary? Place them in one place? Split in two files?
I would place those in one file.