pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

k6: Update DESCR based on current upstream README



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 7 10:57:22 2024 +0100
Changeset:	8b250a01b1ba7b046244a21073016a05998c6afd

Modified Files:
	k6/DESCR

Log Message:
k6: Update DESCR based on current upstream README

This also list most important features.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b250a01b1ba7b046244a21073016a05998c6afd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 k6/DESCR | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diffs:
diff --git a/k6/DESCR b/k6/DESCR
index 841bf6026d..d358316752 100644
--- a/k6/DESCR
+++ b/k6/DESCR
@@ -1,4 +1,21 @@
-k6 is a modern load testing tool, building on our years of experience
-in the load and performance testing industry. It provides a clean,
-approachable scripting API, local and cloud execution, and flexible
-configuration.
+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.
+
+Its core features are:
+
+- Configurable load generation. Even lower-end machines can simulate
+  lots of traffic.
+- Tests as code. Reuse scripts, modularize logic, version control, and
+  integrate tests with your CI.
+- A full-featured API. The scripting API is packed with features that
+  help you simulate real application traffic.
+- An embedded JavaScript engine. The performance of Go, the scripting
+  familiarity of JavaScript.
+- Multiple Protocol support. HTTP, WebSockets, gRPC, and more.
+- Large extension ecosystem. You can extend k6 to support your needs.
+  And many people have already shared their extensions with the
+  community!
+- Flexible metrics storage and visualization. Summary statistics or
+  granular metrics, exported to the service of your choice.


Home | Main Index | Thread Index | Old Index