-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable WASM AOT microbenchmark run #55353
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
Conversation
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…t time. Adjust -aotcompilermode format to "--aotcompilermode=wasm".
…t time. Adjust -aotcompilermode format to "--aotcompilermode=wasm".
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
…m/dnceng/internal/_git/dotnet-runtime into alicial/WASMAOTMicrobenchmarks
| setup_arguments="--perf-hash $commit_sha $common_setup_arguments" | ||
| else | ||
| git clone --branch main --depth 1 --quiet https://github.com/dotnet/performance $performance_directory | ||
| echo "Not running from perf repo" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before this PR merge, should revert back to the original code to clone main branch once PR dotnet/performance#1902 is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, apart from the few small things I mentioned in comments. Also we need to remove the performance submodule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AOT -> MonoAOT to match the current configs we have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is MonoAOT different from wasm aot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to switch back to cloning from the performance repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variable gets set, but it does not ever seem to get used anywhere. What is it for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, EMSDK_PATH is not used in our script file. It is set here is per document guidance at https://github.com/dotnet/runtime/blob/d953229d5429d2ffde833740dd481aab864d3e0c/src/mono/wasm/README.md
0e95ec4 to
dd43fca
Compare
No description provided.