Skip to content

Speedup tests a little#1772

Merged
charles-lunarg merged 2 commits into
KhronosGroup:mainfrom
charles-lunarg:speedup_tests_a_little
Sep 12, 2025
Merged

Speedup tests a little#1772
charles-lunarg merged 2 commits into
KhronosGroup:mainfrom
charles-lunarg:speedup_tests_a_little

Conversation

@charles-lunarg

Copy link
Copy Markdown
Collaborator

No description provided.

We can use string_view's to prevent allocating a string every time
get_folder_for_given_path is called.
Uninitialized memory triggers a runtime check that drastically slows down test
execution.
@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build queued with queue ID 529688.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build # 3185 running.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build queued with queue ID 529706.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build # 3186 running.

@ci-tester-lunarg

Copy link
Copy Markdown

CI Vulkan-Loader build # 3186 passed.

@charles-lunarg charles-lunarg merged commit f4b28d2 into KhronosGroup:main Sep 12, 2025
45 checks passed
@charles-lunarg charles-lunarg deleted the speedup_tests_a_little branch September 12, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants