woj sierak

Results 4 issues of woj sierak

I would like to authenticate with kubernetesLogin method in the way that I could specify: - endpoint (`https://myendpoint`) - namespace (`mynamespace`) - mountpoint (`mymountpoint`) - role (`myrole`) - jwt token...

I have the following script: ```js const autocannon = require('autocannon'); const test = async () => { const result1 = await autocannon({ url: 'https://google.com', connections: 10, //default pipelining: 1, //...

I might have a problem with understanding the provided example, it is not entirely clear to me how to write to the properties file. Based on my understanding, I came...

The `aggregate` step was deprecated in version 5.2.0 and removed in version 7.0.0. In the code example, it needs to be replaced with the new `in_parallel` step.