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

feat: performance benchmarks #104

Merged
merged 5 commits into from
Mar 31, 2020
Merged

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented Mar 27, 2020

This PR adds a few benchmarks to compare Mun to: Rust, LuaJIT and WASM.

The PR also contains two performance optimizations.

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #104 into master will increase coverage by 0.17%.
The diff coverage is 46.15%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #104      +/-   ##
=========================================
+ Coverage   78.02%   78.2%   +0.17%     
=========================================
  Files         141     141              
  Lines        9034    8946      -88     
=========================================
- Hits         7049    6996      -53     
+ Misses       1985    1950      -35
Impacted Files Coverage Δ
crates/mun_runtime/src/lib.rs 86.2% <ø> (ø) ⬆️
crates/mun_runtime/src/macros.rs 64.28% <100%> (ø) ⬆️
crates/mun_runtime/src/reflection.rs 53.7% <44%> (-5.46%) ⬇️
crates/mun_runtime/src/type_info.rs 75% <0%> (+2.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 823cdc8...22b9352. Read the comment docs.

@baszalmstra baszalmstra self-assigned this Mar 27, 2020
@baszalmstra baszalmstra requested a review from Wodann March 27, 2020 20:28
@Wodann Wodann changed the title Feat/benchmarks feat: performance benchmarks Mar 31, 2020
@Wodann Wodann merged commit 8d579b6 into mun-lang:master Mar 31, 2020
@Wodann Wodann added this to the Mun v0.2 milestone May 14, 2020
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