7 lines
148 B
Ruby
7 lines
148 B
Ruby
# frozen_string_literal: true
|
|
|
|
module PerformanceBarHelper
|
|
def performance_bar_enabled?
|
|
Gitlab::PerformanceBar.enabled_for_request?
|
|
end
|
|
end
|