github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/benchmark/internal/cireport/resources/image-report.gotpl (about)

     1  ## Screenshots
     2  
     3  {{ $root := . }}
     4  {{ range .Panels }}
     5  <details>
     6    <summary>{{ .Title }}</summary>
     7    <img src="{{ .URL }}?{{ $root.Ts }}" alt="{{ .Title }}" />
     8  {{ printf "\n" }}
     9  </details>
    10  {{ end }}