Hi ZAMA,
I am currently reviewing the performance of bench_integer
and it appears that it utilizes multiple threads.
Is that correct?
If so, could you please advise me on how to run ‘bench_integer’ using only a single thread?
Thank you!
Hi ZAMA,
I am currently reviewing the performance of bench_integer
and it appears that it utilizes multiple threads.
Is that correct?
If so, could you please advise me on how to run ‘bench_integer’ using only a single thread?
Thank you!
Hello @kr3951
So the benched operations use mutliple threads, you could try setting RAYON_NUM_THREADS=1 as an env variable, but it will be super slow