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 May 28, 2025. It is now read-only.
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.
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.