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
Would be useful to time these scenarios. The goal is to have a simple commandline test similar to the unit tests, but rather than pass fail, these would run the perf scenarios and log the various metrics. Here are some basic metrics we want to have:
Drawing a frame with 100 sentences.
Drawing 10000 lines.
Drawing 100,000 runs.
Drawing 10,000,000 glyphs.
Drawing using NSString drawAtPoint and variations.
Drawing using NSAttributedString drawAtPoint.
Once we have this, we could plug this into nightly build for build-over-build tracking of perf numbers to catch future regressions.
The text was updated successfully, but these errors were encountered:
@rajsesh-msft Suggestion: If you set a baseline against Release 41 ( #1500 ) then that would give pass/fail criterion and the unit tests would be more fudge proof.
Would be useful to time these scenarios. The goal is to have a simple commandline test similar to the unit tests, but rather than pass fail, these would run the perf scenarios and log the various metrics. Here are some basic metrics we want to have:
Once we have this, we could plug this into nightly build for build-over-build tracking of perf numbers to catch future regressions.
The text was updated successfully, but these errors were encountered: