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
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Some times tests not only need to produce the correct results the results should be given within an acceptable time. So can performance testing be added which can:
ensure core runs within a time-bound
ensures code runs as fast as or faster than a benchmark price of code
sure code runs as fast or faster than the previous build
easily persist the previous results and load the data
Some times tests not only need to produce the correct results the results should be given within an acceptable time. So can performance testing be added which can: