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 benchmarks for foldl on iterators #254

Merged
merged 1 commit into from
Aug 31, 2020
Merged

Conversation

tkf
Copy link
Contributor

@tkf tkf commented Jan 6, 2020

This patch adds benchmarks for code improved by transducers JuliaLang/julia#33526

@KristofferC KristofferC reopened this Aug 31, 2020
@KristofferC KristofferC merged commit 4d78fbf into JuliaCI:master Aug 31, 2020
Keno pushed a commit that referenced this pull request Feb 4, 2022
To collect enough data, profiling benefits from long(ish) execution
times. That makes `@benchmark`/`@btime` attractive workloads
for profiling. Unfortunately, there's a lot of "junk" that appears in
the profile records, including many for type-inference.

This adds `@bprofile`, a substitute for `@profile @b...`,
that restricts profiling to the `run` phase of benchmarking.
Other than a fairly small amount of inference on the first session
use of `@bprofile` itself, this eliminates all the inference
and tuning in the trace.
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.

2 participants