-
Notifications
You must be signed in to change notification settings - Fork 16
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
update to use BenchmarkTools v0.0.7 #28
Conversation
be4621c
to
66e6108
Compare
…0461) make fftshift and ifftshift take iterables as dimension arguments
This requires JuliaLang/METADATA.jl#7863 in order for Travis to pass on v0.6 |
I'll comment here once this has been deployed to Nanosoldier (I'm doing some cleanup work to update packages right now before running some tests, so it won't be for at least another few hours). |
julia: | ||
- release | ||
- nightly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess the nightly cron job will cover this? Or does the Nanosoldier.jl code only run on the coordinator node with a fixed release Julia?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or does the Nanosoldier.jl code only run on the coordinator node with a fixed release Julia?
This. I'm never going to be running the server on a non-release version of Julia (right now it's the latest v0.5 release).
Alright, the new-and-improved Nanosoldier is up and running. Nanosoldier passed a normal PR vs. |
This will require JuliaCI/BenchmarkTools.jl#43 and a subsequent v0.0.7 tag for BenchmarkTools.
I'll probably have to do some manual test runs once this PR is ready.