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

Add Allocs example to README #76

Merged
merged 3 commits into from
Nov 16, 2022
Merged

Add Allocs example to README #76

merged 3 commits into from
Nov 16, 2022

Conversation

brenhinkeller
Copy link
Contributor

People often complain that Julia doesn't have enough tools for tracking down allocations. This package, together with Profile.Allocs, actually seems pretty great for that to me though -- but you might not be able to figure out how from a casual glance at the README without watching the JuliaCon talk.

This PR adds a simple allocation profiling example that mirrors the top-line cpu profiling example just above it in the README.

This PR also updates the readme CI badge to point to the current github actions CI instead of the old Travis.

Copy link
Collaborator

@vilterp vilterp left a comment

Choose a reason for hiding this comment

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

Thanks!

README.md Outdated Show resolved Hide resolved
Co-authored-by: Pete Vilter <pete.vilter@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2022

Codecov Report

Merging #76 (cab09e8) into master (82bebb5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files           3        3           
  Lines         295      295           
=======================================
  Hits          285      285           
  Misses         10       10           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@vilterp vilterp merged commit b2b0a25 into JuliaPerf:master Nov 16, 2022
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.

3 participants