Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 6 days 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
```