summaryrefslogtreecommitdiff
path: root/scripts/insert-rspec-profiling-data
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-24 11:11:18 -0700
committerStan Hu <stanhu@gmail.com>2019-07-24 11:47:58 -0700
commit3e001d29ccdb5a5b1ba223710525f8dc7ae844ee (patch)
tree5046754a8858795a02043a743e18fb8b05610f41 /scripts/insert-rspec-profiling-data
parent0d538e44aff066372ecd9d10ac6786681bc347c9 (diff)
downloadgitlab-ce-3e001d29ccdb5a5b1ba223710525f8dc7ae844ee.tar.gz
Enable Rubocop Performance/InefficientHashSearchsh-enable-rubocop-hash-search
When used with a Hash, `.keys.include?` is bad because: 1. It performs a O(n) search instead of the efficient `.has_key?` 2. It clones all keys into separate array. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
Diffstat (limited to 'scripts/insert-rspec-profiling-data')
0 files changed, 0 insertions, 0 deletions