Wasm benchmarks on Windows? #2675
Unanswered
timcassell
asked this question in
Q&A
Replies: 1 comment
-
The last time I've tried it (16/07/2020!), it worked only on Unix (https://benchmarkdotnet.org/articles/configs/toolchains.html#wasm). The dotnet/runtime docs don't mention Windows at all: https://github.com/dotnet/runtime/blob/main/docs/workflow/testing/libraries/testing-wasm.md Perhaps it's by design? cc @radical @caaavik-msft |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run the wasm test on Windows 10. I installed all the pre-requisites and disabled the windows check in the toolchain, but I'm still running into errors.
Not sure why that's happening as the v8 is in my PATH and I can run it directly in cmd. So anyway, I passed the explicit path to v8
C:\Users\Tim\.jsvu\bin\v8.cmd
, and that managed to get past that error. But then the benchmark failed:And that's where I got stuck. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions