Skip to content

Commit

Permalink
Merge pull request #1466 from domsolutions/patch-1
Browse files Browse the repository at this point in the history
Add xk6-fasthttp extension
  • Loading branch information
javaducky authored Jan 9, 2024
2 parents 647b5ac + f499f04 commit 6b819bc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sources/next/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-faker</h4>
<p>Generate random fake data</p>
</a>
<a href="https://github.com/domsolutions/xk6-fasthttp" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-fasthttp</h4>
<p>Enable RPS increase & file streaming on HTTP/1.1 requests</p>
</a>
<a href="https://github.com/avitalique/xk6-file" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-file</h4>
<p>Write files</p>
Expand Down
4 changes: 4 additions & 0 deletions docs/sources/v0.48.x/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
<h4>xk6-faker</h4>
<p>Generate random fake data</p>
</a>
<a href="https://github.com/domsolutions/xk6-fasthttp" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-fasthttp</h4>
<p>Enable RPS increase & file streaming on HTTP/1.1 requests</p>
</a>
<a href="https://github.com/avitalique/xk6-file" target="_blank" class="nav-cards__item nav-cards__item--guide">
<h4>xk6-file</h4>
<p>Write files</p>
Expand Down
15 changes: 15 additions & 0 deletions src/data/doc-extensions/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,21 @@
"categories": ["Data"],
"tiers": ["Community"],
"cloudEnabled": false
},
{
"name": "xk6-fasthttp",
"description": "Enable RPS increase & file streaming on HTTP/1.1 requests",
"url": "https://github.com/domsolutions/xk6-fasthttp",
"logo": "",
"author": {
"name": "Dominic Riordan",
"url": "https://github.com/domsolutions"
},
"stars": "0",
"type": ["JavaScript"],
"categories": ["Misc"],
"tiers": ["Community"],
"cloudEnabled": false
}
]
}

0 comments on commit 6b819bc

Please sign in to comment.