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

https://github.com/dmeijboom/training-concurrency-3


https://github.com/dmeijboom/training-concurrency-3

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Exercise 3

```
go test -gcflags "-N -l" -cpuprofile cpu.out -memprofile mem.out --bench .
```

```
go tool pprof -http :9000 cpu.out
```

```
go tool pprof -http :9000 mem.out
```