Skip to content

Commit

Permalink
new: Add proto plugin k6 command. (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn authored Jun 13, 2024
1 parent 5d0792c commit a102ca8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,20 @@
"k3d"
]
},
{
"id": "k6",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/k6/plugin.toml",
"format": "toml",
"name": "k6",
"description": "Grafana k6 is an open-source load testing tool that makes performance testing easy and productive for engineering teams.",
"author": "appthrust",
"homepageUrl": "https://k6.io/",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins",
"devicon": "k6",
"bins": [
"k6"
]
},
{
"id": "k9s",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/k9s/plugin.toml",
Expand Down

0 comments on commit a102ca8

Please sign in to comment.