Skip to content

Commit

Permalink
Merge pull request #9 from medyagh/sec
Browse files Browse the repository at this point in the history
remove s from duration for sorting
  • Loading branch information
medyagh authored Jul 21, 2020
2 parents 94437e2 + d7a8b2b commit a81078f
Show file tree
Hide file tree
Showing 3 changed files with 3,344 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ generate_json:

.PHONY: test
test: build
rm output.html || true
rm ./out/output.html || true
rm ./out/output2.html || true
.${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/minikube-logs.json" -out "./out/output.html" -details "0c07e808219403a7241ee5a0fc6a85a897594339"
.${BINARY} -name "KVM Linux" -repo "github.com/kubernetes/minikube/" -pr "6096" -in "testdata/Docker_Linux.json" -out "./out/output2.html" -details "0c07e808219403a7241ee5a0fc6a85a897594339"


.PHONY: cross
cross: out/gopogh-linux-amd64 out/gopogh-darwin-amd64 out/gopogh.exe
Expand Down
2 changes: 1 addition & 1 deletion pkg/template/report3.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2 class="mdl-card__title-text">Test {{$resultType}} ({{ len $results }}/{{ $.T
{{range $i,$r :=$results}}
<tr>
<td><a href="#{{$resultType}}_{{ $r.TestName }}">{{ $r.TestName }}</a> </td>
<td> {{$r.Duration}}s</td>
<td> {{$r.Duration}}</td>
</tr>
{{end}}
</tbody>
Expand Down
Loading

0 comments on commit a81078f

Please sign in to comment.