summaryrefslogtreecommitdiff
path: root/libcxx/test/benchmarks/random.bench.cpp
AgeCommit message (Collapse)Author
2024-11-05[libc++] Make benchmarks forward-compatible with the test suite (#114502)Louis Dionne
This patch fixes warnings and errors that come up when running the benchmarks as part of the test suite. It also adds the necessary Lit annotations to make it pass in various configurations and increases the portability of the benchmarks.
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
Also standardize the license comment in several files where it was different from what we normally do.
2024-07-31[libc++] Move the benchmarks under libcxx/test (#99371)Louis Dionne
This is an intermediate and fairly mechanical step towards unifying the benchmarks with the rest of the test suite. Moving this around requires a few changes, notably making sure we don't throw a wrench into the discovery process of the normal test suite. This won't be a problem anymore once benchmarks are taken into account by the test setup out of the box.