[all-commits] [llvm/llvm-project] c6f513: [libcxx/variant] Add a few benchmarks for `std::vi...
Michael Park via All-commits
all-commits at lists.llvm.org
Tue Aug 11 15:50:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6f51377e12b343ca2f712b6af6908555f07ad04
https://github.com/llvm/llvm-project/commit/c6f51377e12b343ca2f712b6af6908555f07ad04
Author: Michael Park <mcypark at gmail.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
A libcxx/benchmarks/VariantBenchmarks.h
A libcxx/benchmarks/variant_visit_1.bench.cpp
A libcxx/benchmarks/variant_visit_2.bench.cpp
A libcxx/benchmarks/variant_visit_3.bench.cpp
Log Message:
-----------
[libcxx/variant] Add a few benchmarks for `std::visit`.
This patch adds a few `std::visit` benchmarks as a starting point.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D85419
More information about the All-commits
mailing list