Skip to content
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

stress test discovers text rendering slowdown issues #197

Closed
richardanaya opened this issue Mar 7, 2020 · 2 comments
Closed

stress test discovers text rendering slowdown issues #197

richardanaya opened this issue Mar 7, 2020 · 2 comments

Comments

@richardanaya
Copy link

richardanaya commented Mar 7, 2020

I developed a rather simple app that just prints random colored @ symbols again and again. There appears to be two bugs.

https://webassembly.sh/?run-command=wapm%20install%20richard/[email protected]

https://github.com/richardanaya/wcurses/blob/master/examples/noise/src/lib.rs

  • the text render speed is rather slow
  • the text render speed gets slower and slower as time goes on

running this with wasmer has no problems at a consistent 12ish ms per frame

@richardanaya richardanaya changed the title stress test discovers printing slowdown bug stress test discovers text rendering slowdown issues Mar 7, 2020
@richardanaya
Copy link
Author

I wonder if this is related to #11

@Michael-F-Bryan
Copy link
Contributor

I don't believe this is relevant now that wasmer.sh uses xterm.js for rendering and is wired up to Bash compiled for WASIX. Feel free to re-open this issue if it is present with the new @wasmer/sdk package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants