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 quicksort benchmark #104

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

kylo5aby
Copy link
Contributor

@kylo5aby kylo5aby commented Dec 13, 2023

benchmark result:

################### quicksort ###################
Compiling quicksort benchmark:
WAMR interpreter ... 84.71ms
WAMR AoT ... 38.15ms
QuickJS ... 77.92ms

function initArr() {
seed = 74755;
biggest = 0;
littlest = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems littlest is not a correct word, had better use least or minimum?

@kylo5aby kylo5aby marked this pull request as draft December 13, 2023 09:45
@kylo5aby kylo5aby force-pushed the benchmark/quicksort branch 2 times, most recently from 36cef52 to 7bb1cca Compare December 13, 2023 10:57
@xujuntwt95329 xujuntwt95329 marked this pull request as ready for review December 15, 2023 06:48
@kylo5aby kylo5aby force-pushed the benchmark/quicksort branch from 7bb1cca to 0398abf Compare December 15, 2023 07:11
@kylo5aby kylo5aby force-pushed the benchmark/quicksort branch from 0398abf to 67d4bfb Compare December 15, 2023 07:18
@xujuntwt95329 xujuntwt95329 merged commit 6ace1f1 into web-devkits:main Dec 15, 2023
9 checks passed
@kylo5aby kylo5aby deleted the benchmark/quicksort branch December 15, 2023 09:08
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