[libc-commits] [PATCH] D151256: [libc] Reduce the sizes of some math tests that take longest time.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 24 04:48:28 PDT 2023


lntue added a comment.

In D151256#4367469 <https://reviews.llvm.org/D151256#4367469>, @gchatelet wrote:

> Thx @lntue !
> Can you document why you picked those values ?

They are actually just some random-ish numbers such that the time it takes for each test is reduced to few seconds on my computer.  Maybe I will document the recommended runtime for unit tests when updating the math function page.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151256



More information about the libc-commits mailing list