performance_consolidated_tests

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Source File: /addons/grid_building/test/integration/performance/performance_consolidated_tests.gd

Extends: GdUnitTestSuite

Properties

  • Property: test_hierarchy: [AllSystemsTestEnvironment](./all-systems-test-environment/)

Constants

  • Constant: TEST_CONTAINER: [GBCompositionContainer](./gb-composition-container/) = preload("res://addons/grid_building/test/resources/composition_containers/test_composition_container.tres") - Consolidated performance tests using factory patterns
  • Constant: ALL_SYSTEMS_ENV_SCENE: PackedScene = preload(GBTestConstants.ALL_SYSTEMS_ENV_PATH)

Public Methods

before_test

1
before_test() -> void

test_collision_mapping_performance

1
test_collision_mapping_performance() -> void

test_indicator_update_performance

1
test_indicator_update_performance() -> void

test_rule_checking_performance

1
test_rule_checking_performance() -> void

test_full_system_integration_performance

1
test_full_system_integration_performance() -> void

test_memory_usage_stability

1
test_memory_usage_stability() -> void

test_concurrent_operations_performance

1
test_concurrent_operations_performance() -> void

Private Methods

_create_area_with_rect

1
_create_area_with_rect(size: Vector2) -> Area2D

Flags: private

Creates an Area2D with a RectangleShape2D collision shape of the given size.



Grid Building v5.0.8 | Generated 24/05/2026