Replies: 1 comment 1 reply
-
I would recommend adapting js/benchmark.js; it currently expects Node.js but it should be easy to adapt so that it can run in a browser as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am interested in the Meshoptimizer library as a benchmark in the browser. Specifically, I am interested in seeing if there is Wasm here that can be timed and used as a benchmark. I've worked with the standalone benchmark used in Sightglass (which I think mostly benchmarks the decoding phase) and was investigating how that might translate to a browser benchmark. I see a demo folder with a demo.html file. Can someone help with some instruction or expectation of how to use this and what I should see? This obviously isn't a benchmark, but I was thinking this might be a good place to get started and then see what I need to do to investigate how and where Wasm would be used and timed. Also, if I am going down the wrong path in investigating a browser benchmark can you point me to the best steps to take for my investigation.
Beta Was this translation helpful? Give feedback.
All reactions