[libc-commits] [libc] [libc] Run Benchmarks on 32 Threads by Default (PR #98964)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Jul 15 14:43:43 PDT 2024


jhuber6 wrote:

> Ah, do you mean have the macro say how many threads to use? e.g. `BENCHMARK(LlvmLibcIsAlNumGpuBenchmark, IsAlnum, BM_IsAlnum, 32);`?

Nah I just mean each time we register a benchmark it should just say how many it wants. One thread is a reasonable default since that's what the loader defaults to.

https://github.com/llvm/llvm-project/pull/98964


More information about the libc-commits mailing list