This is an archive of the discontinued LLVM Phabricator instance.

[libc] Reduce the sizes of some math tests that take longest time.
ClosedPublic

Authored by lntue on May 23 2023, 1:50 PM.

Diff Detail

Event Timeline

lntue created this revision.May 23 2023, 1:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 23 2023, 1:50 PM
lntue requested review of this revision.May 23 2023, 1:50 PM

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

lntue added a comment.May 24 2023, 4:48 AM

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.

gchatelet accepted this revision.May 24 2023, 5:42 AM

Ok SGTM

This revision is now accepted and ready to land.May 24 2023, 5:42 AM