[all-commits] [llvm/llvm-project] 52ede4: [libc++] Make the benchmarking data pseudo-random ...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Sep 24 04:57:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52ede499921f2e27c68a8f9bf9d5d3ad72aae083
https://github.com/llvm/llvm-project/commit/52ede499921f2e27c68a8f9bf9d5d3ad72aae083
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M libcxx/test/benchmarks/GenerateInput.h
Log Message:
-----------
[libc++] Make the benchmarking data pseudo-random (#159525)
Having truly random data makes it quite difficult to compare benchmark
results, since a significant amount of difference can simply be due to
different input data. Making the data determinisic helps a lot when
trying to figure out whether specific changes indeed improve the
performance.
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