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 with memory allocations #104

Open
jondot opened this issue Mar 25, 2016 · 3 comments
Open

Benchmark with memory allocations #104

jondot opened this issue Mar 25, 2016 · 3 comments

Comments

@jondot
Copy link

jondot commented Mar 25, 2016

Hi all,
I've made a version of benchmark-ips that also shows memory allocations: https://github.com/jondot/benchmark-ipsa

It extends benchmark-ips by hijacking the job object and getting the call list. It does not have any performance implication over the original test session.

This is one step closer to the go bench tool which allows you to embed allocation info in addition to the iterations stats.

@stereobooster
Copy link

never heard of this. I'm using benchmark-memory. Like this https://github.com/JuanitoFatas/fast-ruby/pull/137/files

@mateusdeap
Copy link
Member

So, should we add this? @ashwinisukale What do you think?

@ashwinisukale
Copy link

Yeah, its good idea to have this

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

No branches or pull requests

4 participants