[all-commits] [llvm/llvm-project] 01631f: [libc++][format] Adds formatting benchmarks.
mordante via All-commits
all-commits at lists.llvm.org
Sun Nov 28 04:13:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01631ffcfca768c97e4a26c2d86af1ecb4b28b22
https://github.com/llvm/llvm-project/commit/01631ffcfca768c97e4a26c2d86af1ecb4b28b22
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-11-28 (Sun, 28 Nov 2021)
Changed paths:
A libcxx/benchmarks/format.bench.cpp
A libcxx/benchmarks/format_to.bench.cpp
A libcxx/benchmarks/format_to_n.bench.cpp
A libcxx/benchmarks/formatted_size.bench.cpp
Log Message:
-----------
[libc++][format] Adds formatting benchmarks.
These benchmarks will be used to test the performance inpact of the next
set of optimization patches.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D110501
More information about the All-commits
mailing list