go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

Add vm.CompileStats() to give statistics about native compilation #136

Closed twitchyliquid64 closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #136 into master will increase coverage by 0.06%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
+ Coverage   68.41%   68.48%   +0.06%     
==========================================
  Files          42       42              
  Lines        4832     4848      +16     
==========================================
+ Hits         3306     3320      +14     
- Misses       1253     1254       +1     
- Partials      273      274       +1
Impacted Files Coverage Δ
exec/native_compile.go 65.27% <87.5%> (+6.34%) :arrow_up:

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 e49671c...4fec303. Read the comment docs.