# File lib/active_support/testing/performance.rb, line 184
          def report
            if @supported
              super
            else
              '%20s: unsupported' % @metric.name
            end
          end