Highlights
- Arctic Code Vault Contributor
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 upPopular repositories
655 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 23 commits in 3 repositories
Created a pull request in loadimpact/k6 that received 4 comments
Drop some corejs
The shim.min.js was generating by running
grunt "build:es7,es6.promise" "--blacklist=es7.math,es7.array.includes" "--library=off" "--path=custom" "…
Opened 14 other pull requests in 4 repositories
loadimpact/k6
4
open
4
merged
1
closed
- PoC shareable array implementation
- Corejs rework pat2
- PoC loading of specific parts of core-js
- Update goja
- Let babel run at most twice on every script
- Fix/blockhostnames cli flag
- Upgrade goja
- wait for cloud to actually stop the test on first '^C'
- cloud: Update the progress one last time before stopping
MStoykov/k6-test262
3
open
loadimpact/jslib.k6.io
1
open
loadimpact/k6-docs
1
merged
Reviewed 14 pull requests in 2 repositories
loadimpact/k6 12 pull requests
- PoC shareable array implementation
- Unify duration configuration values
- Update golang.org/x/crypto and golang.org/x/net
- Windows binary improvements
- Enable some tests on Windows
- Fix hostname blocking
- Release k6 v0.29.0
- gRPC and test fixes
- Rename gRPC module to k6/net/grpc and track and bundle loaded protobuf files
- xk6 plugin integration
- cloud: Update the progress one last time before stopping
- Immediately shutdown `k6 cloud` on second sig-c signal
loadimpact/k6-docs 2 pull requests
Created an issue in loadimpact/k6 that received 10 comments
Being able to edit metrics emitted by requests before that is done
Currently, if you make an http request it will emit a bunch of metrics and a user can add additional tags before they make the request. What isn't …