Skip to content

Commit

Permalink
feat(dev): add k6 package
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Oct 2, 2024
1 parent 0c0ab10 commit c1a93c3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blueprints/dev/k6/ops2deb.lock.yml
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
16 changes: 16 additions & 0 deletions blueprints/dev/k6/ops2deb.yml
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

0 comments on commit c1a93c3

Please sign in to comment.