[all-commits] [llvm/llvm-project] f32fd5: [libc++] Reduce the number of runs on the ranges::...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Feb 11 10:17:25 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f32fd56f0e6f7d62ce22d91e7f3c1bb93e431001
https://github.com/llvm/llvm-project/commit/f32fd56f0e6f7d62ce22d91e7f3c1bb93e431001
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M libcxx/test/benchmarks/algorithms/min.bench.cpp
M libcxx/test/benchmarks/algorithms/minmax.bench.cpp
Log Message:
-----------
[libc++] Reduce the number of runs on the ranges::min{,max} benchmarks (#179912)
Testing a bunch of range sizes has relatively little value. This reduces
the number of benchmarks so we can run them on a regular basis. This
saves ~10 minutes when running benchmarks.
Fixes #179698
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list