Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
903 contributions in the last year
Contribution activity
November 2020
Created 17 commits in 3 repositories
Created a pull request in loadimpact/k6 that received 5 comments
Rename gRPC module to k6/net/grpc and track and bundle loaded protobuf files
This should fix #1696 (it's WIP since I want to write a few more tests). I think I've managed to get away with very little refactoring for v0.29.0,…
Opened 6 other pull requests in 2 repositories
loadimpact/k6
1
open
4
merged
loadimpact/k6-docs
1
merged
Reviewed 14 pull requests in 2 repositories
loadimpact/k6 13 pull requests
- Make k6 wait for loki to finish pushing before stopping
- Windows binary improvements
- Update goja
- Enable some tests on Windows
- Let babel run at most twice on every script
- GitHub container registry
- Fix/blockhostnames cli flag
- xk6 plugin integration
- Upgrade goja
- wait for cloud to actually stop the test on first '^C'
- catching of VU panics
- Cmd refactoring
- Immediately shutdown `k6 cloud` on second sig-c signal
loadimpact/k6-docs 1 pull request
Created an issue in loadimpact/k6 that received 2 comments
Switch to the InlfuxDB 2 Go client library
Prompted by this community forum question, I noticed that we're currently using the old InlfuxDB library (notice influxdb1-client): k6/stats/inf…