-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processing time #49
Comments
Hello, are you using this beta release? If so, then I have a pretty good idea where this performance discrepancy may be coming from. I will be running some tests to compare timings. Thanks a lot for your feedback! |
Possible cause for the performance discrepancy: Electron vs. Puppeteer Axe/Ace runners, concurrent document instances. Code references: ace-gui/src/shared/axe-runner.js Line 14 in 1bc51e8
pMap concurrency: |
Yes! The lastest beta available. |
This is now fixed (but not yet released). The performance of Ace CLI and Ace GUI are now identical. Ace CLI uses a Puppeteer-based Axe runner, whereas Ace GUI uses an Electron one. Both Axe runners are now included in the |
The GUI is taking 3 times longer than the command line tool (one particular file took me 6,5s to check with the command line tool, and 21s on the GUI; another took 13.3s and 43s; and so on).
Maybe some delay could happen, since it loads the repport inside the application, but this seems like a lot.
*My notebook has i7 7700hq and 16GB or ram. I don't think is hardware limitation.
The text was updated successfully, but these errors were encountered: