Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getvictor/goteststats

Get detailed `go test` execution times
https://github.com/getvictor/goteststats

developer-experience golang unit-testing

Last synced: 4 months ago
JSON representation

Get detailed `go test` execution times

Awesome Lists containing this project

README

        

# goteststats

Article about [accurately measuring execution time of Go tests](https://victoronsoftware.com/posts/go-test-execution-time/).

## Install and run

Generate a `result.json` file with the output of `go test -json ./...`.

Clone the repository and run the following command:

```bash
cat result.json | go run main.go
```