NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

Benchmarking #75

Open fdiblen opened 4 years ago

fdiblen commented 4 years ago

I forked this repo and changed the algorithm. Now it calculates pi for given number of iterations. We can use this to benchmark different methods we use in the guide. https://github.com/fdiblen/cpp2wasm

Status:

TODO: