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 Feb 12, 2024. It is now read-only.
We have some unit tests which are using timers to assert performance of certain features. These test are obviously not designed to actually measure performance, only to ensure we don't introduce significant performance issues.
However, we could get an accurate idea of performance (and how it is being affected by changes) using something like BenchmarkDotNet.
The text was updated successfully, but these errors were encountered:
We have some unit tests which are using timers to assert performance of certain features. These test are obviously not designed to actually measure performance, only to ensure we don't introduce significant performance issues.
However, we could get an accurate idea of performance (and how it is being affected by changes) using something like BenchmarkDotNet.
The text was updated successfully, but these errors were encountered: