ShuyaoJiang / WarpDiff

Differential Testing of Wasm Runtime Performance
4 stars 1 forks source link

What's the definition of those WASM runtime probes using for `perf`? #1

Open haiyu-bai opened 3 weeks ago

haiyu-bai commented 3 weeks ago

Sorry to bother, I'm wondering how i can reproduce the 3-stage testing of WASM runtimes in paper : https://doi.org/10.48550/arXiv.2309.12167.

Many thanks for any possible help.

thinkerhui commented 5 days ago

I saw the command of 3-stage testing program is quite different. I am doing some work based on this project recently.