-
```
xk6 build --with github.com/grafana/xk6-js-test="$(pwd)/xk6-js-test"
time=2024-11-15T11:38:58.782+01:00 level=INFO msg="Building k6"
time=2024-11-15T11:38:58.782+01:00 level=INFO msg="Building new…
-
Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it.
A good candidate is `k6/http` and we have had for some time won…
-
I was reading about xk6 extension and this amazing way to provide new features to k6.
I have reviewed the code for https://github.com/li-zhixin/xk6-influxdbv2 and I was wondering if there is a simi…
-
### Brief summary
We have tests that use `constant-arrival-rate` executor against a number of grpc applications. We are using reflection. Most of these run fine. Against some applications, we occa…
-
### Feature Description
Hi Team,
We have requirement to run loadtest on temporal workflows, for that we have cloned the xk6-temporal extension and customized it to run the test. Planning to contribu…
-
**Describe the bug**
Cannot successfully build this extension using xk6 build.
**To Reproduce**
Steps to reproduce the behavior:
1. Run xk6 build --output "/tmp/k6" --with github.com/dynatrace/x…
-
I was following this link to test diameter protocol: [GitHub - MATRIXXSoftware/xk6-diameter: A k6 extension for Diameter protocol 1](https://github.com/MATRIXXSoftware/xk6-diameter)
I was able to mak…
srikr updated
6 months ago
-
# I WANT:
I simply want to send hundreds of `tx` to my local node.
# I DO:
1. install this extension
2. write my script
3. execute test
4. get a error 😢
# MY MACHINE:
- MacBook Air M…
-
### What?
* k6-core and k6-browser linter configurations do not match.
* Use k6-core's version directly or use it as the base and extend it with k6-browser's additional rules.
### Why?
* To …
-
` CGO_ENABLED=1` on client, CopyGoEnv true on API call, but server does not set `CGO_ENABLED=1`. Reproducible with the xk6-sql extension and SQLite database.