diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2025-01-06 15:34:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 15:34:33 -0500 |
commit | 15f30e70eb18340fc422805707870e298d93161f (patch) | |
tree | 9e4b3202ec3df281554eb244c58d80b1b199209d /libcxx/src/filesystem/operations.cpp | |
parent | 6e6f89cba0fd70ef1ea8c9abfbdf03d8f69492c4 (diff) | |
download | llvm-15f30e70eb18340fc422805707870e298d93161f.zip llvm-15f30e70eb18340fc422805707870e298d93161f.tar.gz llvm-15f30e70eb18340fc422805707870e298d93161f.tar.bz2 |
[libc++] Fix the batch size used in the std::gcd benchmark (#120618)
Since that benchmark is testing n*n inputs, the batch size reported to
GoogleBenchmark should be that amount. Otherwise, GoogleBenchmark
reports the timing for calling std::gcd on the whole sequence, which is
misleading.
Diffstat (limited to 'libcxx/src/filesystem/operations.cpp')
0 files changed, 0 insertions, 0 deletions