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

all: add (*testing.B).ReportAllocs() to all benchmarks #1919

Merged
merged 1 commit into from Sep 7, 2021

Conversation

odeke-em
Copy link
Contributor

@odeke-em odeke-em commented Sep 6, 2021

This allows a full picture when continuous benchmarking
is added to this repository and when any changes are made
to the code in here.

Fixes #1918

This allows for hassle-free continuous benchmarking for example per https://dashboard.github.orijtech.com/benchmark/1cd1d34215e044cda8e391a2daf7448a
Screen Shot 2021-09-06 at 2 15 03 AM

This allows a full picture when continuous benchmarking
is added to this repository and when any changes are made
to the code in here.

Fixes ent#1918
@a8m
Copy link
Member

a8m commented Sep 7, 2021

It's great to see you here @odeke-em and thanks for your contribution ❤️

@a8m a8m merged commit 9904bcb into ent:master Sep 7, 2021
@a8m
Copy link
Member

a8m commented Sep 7, 2021

@all-contributors please add @odeke-em for code.

@allcontributors
Copy link
Contributor

@a8m

I've put up a pull request to add @odeke-em! 🎉

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.

all: report Allocations per operation for each benchmark
2 participants