{{/* Copyright 2024 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */}} {{define "content"}} {{$outdirRel:=.outdirRel}} {{$outdirRevBaseURL:=.outdirRevBaseURL}} {{$currentRev:=.currentRev}} {{$inOtherRevs:=.inOtherRevs}} {{$stepID:=.step.StepID}}

{{trimPrefix .step.Output (printf "%s/" $outdirRel)}}

Raw metrics
{{range $key, $value := .stepRaw}}
{{$key}}
{{$value}} content_copy
{{end}}
{{end}}