K6

Version: 2.1.0darwinlinuxwindowsapi-testing

k6 is a modern load-testing tool, built on our years of experience in the performance and testing industries. It’s built to be powerful, extensible, and full-featured. The key design goal is to provide the best developer experience.

Its core features are:

Installation Instructions

Linux

Download K6
{
  "url": "{{ .SVar `.tool.k6.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.k6.download.filename` }}",
  "overwrite": false
}
Extract K6 Release
{
  "destination": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.k6.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}/k6-v2.1.0-linux-amd64",
  "destination": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}",
  "overwrite_duplicates": false
}

MacOS

Download K6
{
  "url": "{{ .SVar `.tool.k6.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.k6.download.filename` }}",
  "overwrite": false
}
Extract K6 Release
{
  "destination": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.k6.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}/k6-v2.1.0-macos-amd64",
  "destination": "{{ .PTools }}/k6/{{ .SVar `.tool.k6.download.version` }}",
  "overwrite_duplicates": false
}

Binaries