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 for issue #25291: inconsistency in python printfd microbenchmark #25456

Merged
merged 1 commit into from
Jan 9, 2018
Merged

Fix for issue #25291: inconsistency in python printfd microbenchmark #25456

merged 1 commit into from
Jan 9, 2018

Conversation

johnfgibson
Copy link
Contributor

@johnfgibson johnfgibson commented Jan 8, 2018

Fix for #25291, python printfd microbenchmark was not actually formatting the integers.

Additionally

  • made sure all printfd tests were formatting i, i+1. Some were previously doing i,i.
  • introduced let ... end in test/perf/perutils.jl to fix deprecation on creation of globally-scoped variables in timeit macro
  • updated test/perf/micro/Makefile for name change in openblas lib on openSUSE (suboptimal approach)
  • moved go below fortran in test/perf/micro/bin/table.pl to reflect change in geometric-mean benchmark ordering

@ViralBShah ViralBShah merged commit 19cd026 into JuliaLang:master Jan 9, 2018
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