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 find benchmarks #147

Merged
merged 2 commits into from
Dec 7, 2017
Merged

Add find benchmarks #147

merged 2 commits into from
Dec 7, 2017

Conversation

nalimilan
Copy link
Collaborator

Use a separate file since more benchmarks should be added for other
methods, and on various types.

Will be useful to assess the impact of JuliaLang/julia#24774.

Use a separate file since more benchmarks should be added for other
methods, and on various types.
@@ -292,7 +292,7 @@ for x in (x_range, x_vec, Int16.(x_range), Float64.(x_range), Float32.(x_range))

g["==", string(typeof(x_vec), " == ", typeof(x))] =
@benchmarkable $x_vec == $x
g["isequal", string(typeof(x_vec), " isequa l", typeof(x))] =
g["isequal", string(typeof(x_vec), " isequal ", typeof(x))] =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha nice catch

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My own mistake...

@ararslan
Copy link
Member

ararslan commented Dec 6, 2017

Seems reasonable to me, but what do I know? Any idea who would be best to review this?

@nalimilan
Copy link
Collaborator Author

I guess @timholy's +1 is already a good validation.

@ararslan
Copy link
Member

ararslan commented Dec 7, 2017

Works for me.

@ararslan ararslan merged commit 04fdd97 into JuliaCI:master Dec 7, 2017
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