[all-commits] [llvm/llvm-project] ef42e9: [libc++] Remove allocation.bench.cpp (#120767)

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Dec 20 12:34:13 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef42e9c59aae112031d6ccbbc560d559730507c8
      https://github.com/llvm/llvm-project/commit/ef42e9c59aae112031d6ccbbc560d559730507c8
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-12-20 (Fri, 20 Dec 2024)

  Changed paths:
    R libcxx/test/benchmarks/allocation.bench.cpp

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list