[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:51:09 PDT 2024


jhuber6 wrote:

> How many threads should we launch the loader with? I mean like if we always run benchmarks with `--threads 32`, what should happen if the user requests 64 threads for a benchmark?

It should launch with whatever the user requested when they wrote the `add_libc_benchmark`, same way the integration tests work.

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


More information about the libc-commits mailing list