-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c0ab10
commit c1a93c3
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- url: https://github.com/grafana/k6/releases/download/v0.53.0/k6-v0.53.0-linux-amd64.tar.gz | ||
sha256: ec60dad9643e05334ffb1b7997c7015340d29f45ed4807338ebae223593005aa | ||
timestamp: 2024-09-27 21:05:18+00:00 | ||
- url: https://github.com/grafana/k6/releases/download/v0.53.0/k6-v0.53.0-linux-arm64.tar.gz | ||
sha256: 3612e5acbf1722d472fad4240433c2e0235ac7c0e99f6bfe851f034e0d36ea2e | ||
timestamp: 2024-09-27 21:05:18+00:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: k6 | ||
matrix: | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
versions: | ||
- 0.53.0 | ||
homepage: https://k6.io | ||
summary: modern load testing tool, using Go and JavaScript | ||
description: |- | ||
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. | ||
fetch: https://github.com/grafana/k6/releases/download/v{{version}}/k6-v{{version}}-linux-{{target}}.tar.gz | ||
install: | ||
- k6-v{{version}}-linux-{{target}}/k6:/usr/bin/k6 |