-
Notifications
You must be signed in to change notification settings - Fork 13
wasmtime_benchmark fix #278
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
Open
DINGBROK423
wants to merge
12
commits into
tanksys:master
Choose a base branch
from
DINGBROK423:Benchmark
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRSWNCA
reviewed
Sep 9, 2025
Collaborator
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.
- 直接写需要安装的内容和设置的环境变量
- build.sh通过参数的形式简化操作,不需要用户去修改build.sh
- 能否把相同语言的build.sh统一了
- 写到justfile里,不要用原始手动的形式去让用户测试
TRSWNCA
reviewed
Sep 9, 2025
scripts/build_big_data_wasm.sh
Outdated
Collaborator
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.
删除这个
DINGBROK423
commented
Sep 11, 2025
Author
DINGBROK423
left a comment
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.
修改了
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修改了wasmtime_wordcount 和 wasmtime_parallel_sort 工作流测试C代码,修复了部分bug,修改了wasm编译脚本,支持用户自定义给宏传参。修改数据生成脚本gen_data.py,通过固定种子,保证相同大小的数据集生成的数据一致。目前wasmtime_wordcount_c1、c3、c5可自定义参数并顺利运行, wasmtime_parallel_sort_c1可顺利运行并时间上有优化,c3、c5并行运行测试未成功,有待修改。