This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 26 Sep, 2017 1 commit
-
-
Damien Lespiau authored
golint has gained a new check and we don't freeze the golint version so CI was failing on unrelated PRs: app/multitenant/consul_client.go:69:2: redundant if ...; err != nil check, just return error instead. report/marshal.go:188:2: redundant if ...; err != nil check, just return error instead. Fix those!
-
- 26 May, 2017 2 commits
-
-
Matthias Radestock authored
useful for codec and report structure experiments
-
Matthias Radestock authored
-
- 25 Apr, 2017 1 commit
-
-
Bryan Boreham authored
rather than going via intermediate data structure
-
- 23 Mar, 2017 1 commit
-
-
Bryan Boreham authored
This avoids a runtime type lookup, so goes a little faster. Also having less recursion makes it easier to interpret profiles.
-
- 14 Mar, 2017 1 commit
-
-
Bryan Boreham authored
This is more efficient, since the decoder can read field names in-place. It also appears to be absolutely faster.
-
- 15 Jul, 2016 1 commit
-
-
Jonathan Lange authored
-
- 21 Jun, 2016 3 commits
-
-
Jonathan Lange authored
-
Jonathan Lange authored
-
Jonathan Lange authored
-
- 20 Jun, 2016 1 commit
-
-
Jonathan Lange authored
-
- 17 Jun, 2016 1 commit
-
-
Jonathan Lange authored
-