We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71386ae commit a4ca08dCopy full SHA for a4ca08d
tools/slang-unit-test/unit-test-compile-benchmark.cpp
@@ -74,7 +74,7 @@ void main(uint3 threadIdx : SV_DispatchThreadID)
74
sessionDesc.targets = &targetDesc;
75
76
auto start = platform::PerformanceCounter::now();
77
- for (int pass = 0; pass < 1000; pass++)
+ for (int pass = 0; pass < 100; pass++)
78
{
79
ComPtr<slang::ISession> session;
80
SLANG_CHECK(globalSession->createSession(sessionDesc, session.writeRef()) == SLANG_OK);
0 commit comments