You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to know accurately if performance is dropping or increasing on a PR based on deltas of the "mixed" loadtest, this is because all the requests types are contained in a single loadtest:
Problem
Currently it's not possible to know accurately if performance is dropping or increasing on a PR based on deltas of the "mixed" loadtest, this is because all the requests types are contained in a single loadtest:
postgrest/test/load/targets.http
Lines 1 to 41 in dee7d6f
More details at: #4097 (review)
Solution
Split the mixed loadtest into other loadtests by request type:
The text was updated successfully, but these errors were encountered: