1 min readJun 16, 2020
Something called the RAIL model was introduced by google for measuring web performance https://developers.google.com/web/fundamentals/performance/rail
Everything has a certain time budget and devs have to make sure their computations / interactions do not exceed these budgets.
I wonder if we could build a testing library around something like this and test our code based upon RAIL performance, and see if we are exceeding performance budgets.