[all-commits] [llvm/llvm-project] 1f3835: [libc++] Make benchmarks dry-run by default on the...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Feb 10 17:19:42 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f3835104e6472f1ad17b5f6dd45c067c7aa5ce8
      https://github.com/llvm/llvm-project/commit/1f3835104e6472f1ad17b5f6dd45c067c7aa5ce8
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M libcxx/utils/libcxx/test/params.py

  Log Message:
  -----------
  [libc++] Make benchmarks dry-run by default on the release branch

As reported in #125510, doing a full run of the benchmarks during
release testing breaks for some of the testers, and it also takes a
long time. The proper fix would be for the release testing process to
call `check-cxx` instead of running lit directly inside libc++'s test
directory: that will also have the benefit of actually running all of
our tests, not only the Lit ones.

However, since that fix may take longer to happen, this patch tries
to reduce the pain of release testers by dry-running benchmarks by
default instead.



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