[all-commits] [llvm/llvm-project] d3c70d: [libc] Simplify implementation of benchmarks
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Jul 28 08:04:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3c70d9f7765f8e731c0b892aea74b21d330d230
https://github.com/llvm/llvm-project/commit/d3c70d9f7765f8e731c0b892aea74b21d330d230
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-07-28 (Wed, 28 Jul 2021)
Changed paths:
M libc/benchmarks/CMakeLists.txt
M libc/benchmarks/LibcMemoryBenchmark.cpp
M libc/benchmarks/LibcMemoryBenchmark.h
M libc/benchmarks/LibcMemoryBenchmarkMain.cpp
M libc/benchmarks/MemorySizeDistributions.cpp
M libc/benchmarks/MemorySizeDistributions.h
Log Message:
-----------
[libc] Simplify implementation of benchmarks
This also allows to run the distribution benchmarks in other frameworks
like the Google Benchmark facility.
More information about the All-commits
mailing list