Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use === for String, String equality. (#27790)
* use === for String, String equality * do pointer equality check before memory check * remove whitespace * Update base/strings/string.jl Co-Authored-By: oxinabox <[email protected]> * Update base/strings/string.jl Co-Authored-By: oxinabox <[email protected]>
- Loading branch information
eb18db5
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.
Executing the daily benchmark build, I will reply here when finished:
@nanosoldier
runbenchmarks(ALL, isdaily = true)
eb18db5
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.
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan