Hacker News new | ask | show | jobs
by yelmahallawy 107 days ago
This is interesting approach, thanks for the insight! If I may ask, _approximately_ how long does it take to test a newly-released model with the current strategy?
1 comments

20mins or so. The bottleneck is rate-limiting. It's amenable to parallelization. Each tests can run in isolation at the same time.
Gotchu. Yeah that's pretty quick, awesome thanks!