Hello, Is there a particular part of the GSL library you want to benchmark? Some routines have been optimized to run as fast as possible while others have not. The overall focus of GSL algorithms is on robustness and reliability, not necessarily speed. So you will probably find quite different results depending which algorithms you are benchmarking.
Patrick On 11/24/20 3:24 AM, Ludovic Courtès wrote: > Hello, > > I’m looking at ways to test the effect of using SIMD extensions like > AVX2 on the performance of GSL, and I was wondering if there are > established benchmarks for the various components that I could use. > > Any suggestions? > > Thanks in advance, > Ludo’. >