Skip to content

Commit

Permalink
new: Add proto plugin k6 command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Jun 13, 2024
1 parent d9452b7 commit e9a32a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,19 @@
"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",
"bins": [
"k6"
]
},
{
"id": "k9s",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/k9s/plugin.toml",
Expand Down

0 comments on commit e9a32a9

Please sign in to comment.