tint/fuzzers/tint_concurrency_fuzzer: Reduce number of threads

Should reduce memory and improve performance.

Bug: chromium:1360731
Bug: chromium:1357188
Change-Id: I94c3653f6d61db9d949ad27d8b666688ccad86dd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102182
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton 2022-09-13 18:24:02 +00:00 committed by Dawn LUCI CQ
parent 0dfbaa9ef9
commit e667d777ac
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "src/tint/writer/spirv/generator.h"
#include "src/tint/writer/wgsl/generator.h"
static constexpr size_t kNumThreads = 32;
static constexpr size_t kNumThreads = 8;
[[noreturn]] void TintInternalCompilerErrorReporter(const tint::diag::List& diagnostics) {
auto printer = tint::diag::Printer::create(stderr, true);