[PATCH] D96594: [lit] Add "slowest_tests" config option

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 13 02:53:32 PST 2021


davezarzycki added a comment.

I can rename the variable if you want. That being said, this proposal is a mere refinement to the "run early" feature. And unless I'm missing something, the "run early" feature lacks documentation and tests. Are you asking me to fix that? I'd also like to point out that timing tests are surprisingly difficult to write if one cares about not being sensitive to the performance of the underlying hardware or how busy (or not) the machine is.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96594/new/

https://reviews.llvm.org/D96594



More information about the llvm-commits mailing list