mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +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.
25 lines
651 B
Plaintext
25 lines
651 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://rendering/culling/static_light_cull.gd" type="Script" id=1]
|
|
[ext_resource path="res://benchmark.gd" type="Script" id=2]
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.873609 )
|
|
current = true
|
|
far = 200.0
|
|
script = null
|
|
|
|
[node name="Benchmark" type="Label" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
structured_text_bidi_override_options = [ ]
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
test_render_cpu = true
|
|
test_render_gpu = true
|