commit | 3a644127ceca1554e653758eaaa967b4e220d06b | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Fri Dec 20 15:33:52 2024 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Dec 20 12:35:48 2024 -0800 |
tree | ded47112cb8c925591cc7dd08d521878c36dd72a | |
parent | ecd50893b615db79da27aca857c32f40fd1a808b [diff] |
[libc++] Remove allocation.bench.cpp (#120767) That benchmark isn't really useful, since it doesn't benchmark anything from libc++ (besides `operator new`). The implementation of the benchmark also has serious problems like the fact that it allocates an unknown amount of memory without deallocating it. GitOrigin-RevId: ef42e9c59aae112031d6ccbbc560d559730507c8