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
Implement tests to transcribe long audio files (at least several minutes worth) and measure the memory and latency over time. This is to guard against memory leaks or slowdowns potentially being introduced by new PRs (e.g. #40 fixed by #56 thanks to @finnvoor!)
The text was updated successfully, but these errors were encountered:
@Abhinay1997 Check inside FunctionalTests.swift for the measure calls. We'll want to save these results somewhere so they can be compared to in subsequent runs, but we'd need to makes sure it is hardware specific so we don't think there's a regression on a slower computer vs a faster one.
Implement tests to transcribe long audio files (at least several minutes worth) and measure the memory and latency over time. This is to guard against memory leaks or slowdowns potentially being introduced by new PRs (e.g. #40 fixed by #56 thanks to @finnvoor!)
The text was updated successfully, but these errors were encountered: