This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
8868efd0f3
gitlab-org--gitlab-foss
/
lib
/
gitlab
/
performance_bar.rb
8 lines
127 B
Ruby
Raw
Normal View
History
Unescape
Escape
New performance bar that can be enabled with the `p b` shortcut Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17 07:20:55 -04:00
module
Gitlab
module
PerformanceBar
def
self
.
enabled?
Fix spec failures and add a feature flag for the performance bar Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-07 15:45:03 -04:00
Feature
.
enabled?
(
'gitlab_performance_bar'
)
New performance bar that can be enabled with the `p b` shortcut Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-17 07:20:55 -04:00
end
end
end
Copy permalink