Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davecheney/gophercon2018-performance-tuning-workshop

GopherCon 2018 Performance Tuning Workshop
https://github.com/davecheney/gophercon2018-performance-tuning-workshop

Last synced: 1 day ago
JSON representation

GopherCon 2018 Performance Tuning Workshop

Awesome Lists containing this project

README

        

# GopherCon 2018 Performance Tuning Workshop

## Instructors

- David Cheney
- Francesc Campoy

## Overview

The goal for this workshop is to give you the tools you need to diagnose performance problems in your Go applications and fix them.

Through the day we'll work from the small -- learning how to write benchmarks, then profiling a small piece of code. Then step out and talk about the execution tracer, the garbage collector and tracing running applications. The remainder of the day will be a chance for you to ask questions, experiment with your own code.

## Schedule (approximate)

This repo is on [bit.ly/goptw2018](http://bit.ly/goptw2018) (goptw2018 = gophercon performance tuning workshop 2018).

| Start | Description |
| --- | --- |
| 09:00 | [Welcome and introduction][1] |
| 09:30 | [Benchmarking (dfc)][2] |
| 10:45 | Break (15 minutes) |
| 11:00 | [Profiling (francesc)][4]
| 12:00 | Lunch (90 minutes) |
| 13:30 | [Execution tracer (francesc)][5] |
| 14:30 | [Compiler optimisation (dfc)][3]|
| 15:15 | Break (15 minutes) |
| 15:30 | [Tips and tricks (dfc)][6] |
| 16:00 | Exercises |
| 16:45 | [Final Questions and conclusion][7] |
| 17:00 | Close |

## License and Materials

This repository is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) licence.

[1]: 1-welcome/1-welcome.md
[2]: 2-benchmarking/benchmarking.md
[3]: 3-compiler-optimisations/1-compiler-optimisations.md
[4]: 4-profiling/1-profiling.md
[5]: 5-execution-tracer/1-execution-tracer.md
[6]: 6-tips-and-tricks/1-tips-and-tricks.md
[7]: 7-conclusion/1-conclusion.md