./net/k6, Modern load testing tool using Go and JavaScript

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.49.0nb1, Package name: k6-0.49.0nb1, Maintainer: leot

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.


Master sites:

Filesize: 9540.032 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-03-24 22:01:34 by Leonardo Taccari | Files touched by this commit (3)
Log message:
k6: Update to 0.49.0

Changes:
0.49.0
------
k6 v0.49.0 is here! This release:

- Adds a built-in web dashboard that displays test results in real time.
- Introduces clear functionality to the browser module's locator classes.
- Merges the gRPC experimental module back into the gRPC core module.
- Enables the ability to get the selection from an element in k6/html.
- Collects internal modules and outputs used by a script.
- Prepares k6/experimental/timers for stabilization.
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-07 11:16:55 by Leonardo Taccari | Files touched by this commit (5)
Log message:
k6: Import k6-0.48.0 as net/k6

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.