[all-commits] [llvm/llvm-project] a33156: [libc++][NFC] Split up ranges.transform.pass.cpp
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Jan 17 17:05:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a331560658cdf124d2d310bf826a63ae01f38d82
https://github.com/llvm/llvm-project/commit/a331560658cdf124d2d310bf826a63ae01f38d82
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.pass.cpp
R libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.unary.pass.cpp
Log Message:
-----------
[libc++][NFC] Split up ranges.transform.pass.cpp
`ranges.transform.pass.cpp` takes ~42s to run on my machine, `ranges.transform.binary.pass.cpp` takes ~26s and `ranges.transform.unary.pass.cpp` takes ~2s.
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D141965
More information about the All-commits
mailing list