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

fix(profiler): update profiler to match current measureme api #840

Merged
merged 1 commit into from
Oct 11, 2020
Merged

fix(profiler): update profiler to match current measureme api #840

merged 1 commit into from
Oct 11, 2020

Conversation

neeldug
Copy link
Contributor

@neeldug neeldug commented Oct 10, 2020

moves all OS profiling to use SerializationSink as the previous types
have been deprecated

Closes #839

moves all OS profiling to use SerializationSink as the previous types
have been deprecated

Closes #839
@codecov
Copy link

codecov bot commented Oct 10, 2020

Codecov Report

Merging #840 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #840   +/-   ##
=======================================
  Coverage   59.37%   59.37%           
=======================================
  Files         157      157           
  Lines       10036    10036           
=======================================
  Hits         5959     5959           
  Misses       4077     4077           
Impacted Files Coverage Δ
boa/src/profiler.rs 0.00% <0.00%> (ø)

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 e82dee1...459b328. Read the comment docs.

Copy link
Member

@HalidOdat HalidOdat left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@HalidOdat HalidOdat added the bug Something isn't working label Oct 10, 2020
@HalidOdat HalidOdat added this to the v0.11.0 milestone Oct 10, 2020
@Lan2u Lan2u merged commit 8aef556 into boa-dev:master Oct 11, 2020
@neeldug neeldug deleted the profiler-fix branch October 11, 2020 10:55
@Razican
Copy link
Member

Razican commented Oct 11, 2020

Should we add a check in the CI to make sure this works?

@neeldug
Copy link
Contributor Author

neeldug commented Oct 11, 2020

Yeah sure, I guess we just need to ensure the profiler is able to execute with no errors on some JS file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profiler no longer works with measureme 9.0.0
4 participants