Aller au contenu

performance

2 articles avec l'étiquette « performance »

The engine assumed one screen. The job needed four.

I cut a 300-test visual suite from seven hours to under two — on an 8 GB VM that used to fall asleep mid-run. The fast part is the headline. The hard part was that the engine, like almost every visual-automation tool, was built for a single screen. Here’s how I rebuilt isolation on top of it — and how we’re going to make it native.

Storing spatial memory in a PNG: how we made visual UI matching 6.5× faster in OculiX

A weekend afternoon of measurement turned into a structural optimization for OculiX: persistent locator coordinates embedded in the PNG file itself, surviving git clone and cold-start JVMs. Measured ×6.5 on the find. Here is what we found, what we built, and what it changes for visual automation suites in CI.