Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 4.66 KB

README.md

File metadata and controls

69 lines (53 loc) · 4.66 KB

Welcome to k6-Learn

This repo contains resources for:

  • creating slide presentations
  • giving a workshop
  • speaking about k6
  • learning about k6

Starter slide deck

Here's a starter slide deck that you can copy, modify to your use case, and present. It is only intended to be a jumping off point, so you can remove slides that wouldn't appeal to your audience or add new ones to show off your style more.

What if I want something more hands on?

Consider running a workshop for k6. Below is an outline of what that workshop could look like, as well as modules you could use for each topic. Feel free to take these and include the parts most relevant to you!

I: Performance testing principles

II: k6 Foundations

III: k6 Intermediate

Contributors

k6-learn would not be possible without these amazing contributors! 🌟

How to contribute?

  1. If there an issue does not exist, start by creating it under https://github.com/grafana/k6-learn/issues.
  2. Fork this repository.
  3. Make the changes in your forked repository. Note that new branches, changes and pushes will only affect your repository.
  4. Once ready, create a Pull Request from your fork, mentioning the issue it solves (step 1). Keep in mind you might need to sync it.
  5. Once you have created the Pull Request, your changes now will be reviewed and either accepted or you will be asked for modifications. For more information about forking visit the page: https://docs.github.com/en/get-started/quickstart/fork-a-repo