mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-04 06:10:04 +03:00
- Add wall clock time measurement on benchmarks. - Allow tests to not have a predefined time limit. - This is required for scripting tests. - Fix culling tests not reporting GPU time.
18 lines
467 B
Plaintext
18 lines
467 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://benchmark.gd" type="Script" id=1]
|
|
[ext_resource path="res://gdscript/packed_string_array.gd" type="Script" id=2]
|
|
|
|
[node name="PackedStringArray" type="Node"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Benchmark" type="Label" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 14.0
|
|
structured_text_bidi_override_options = [ ]
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
time_limit = false
|