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