Skip to content

Commit a4ca08d

Browse files
committedFeb 23, 2025
fix test.
1 parent 71386ae commit a4ca08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/slang-unit-test/unit-test-compile-benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void main(uint3 threadIdx : SV_DispatchThreadID)
7474
sessionDesc.targets = &targetDesc;
7575

7676
auto start = platform::PerformanceCounter::now();
77-
for (int pass = 0; pass < 1000; pass++)
77+
for (int pass = 0; pass < 100; pass++)
7878
{
7979
ComPtr<slang::ISession> session;
8080
SLANG_CHECK(globalSession->createSession(sessionDesc, session.writeRef()) == SLANG_OK);

0 commit comments

Comments
 (0)