Skip to content
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

benchmark: add benchmark validation #105

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

kylo5aby
Copy link
Contributor

  • add benchmark result validation
  • parse wamr options by array

@kylo5aby kylo5aby force-pushed the benchmark/validation branch from 1f77f46 to 6fa5a1a Compare December 14, 2023 06:02
let end = performance.now();
elapsed = (end - start);
elapse_arr.push(elapsed);
ret = ret.toString().trim();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had better also check the return code of the process

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

@kylo5aby kylo5aby force-pushed the benchmark/validation branch from 6fa5a1a to 63b0ea8 Compare December 14, 2023 09:29
@xujuntwt95329 xujuntwt95329 merged commit 9738e71 into web-devkits:main Dec 15, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants