f1 icon indicating copy to clipboard operation
f1 copied to clipboard

A tool for writing load test scenarios in Golang with a powerful command line runner

Results 59 f1 issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. ## 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the...

dependencies

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...

dependencies

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...

dependencies

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.32.1 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. v0.34.0 [ENHANCEMENT] Enable selecting minimum TLS version. #375 v0.33.0 [ENHANCEMENT] Make HTTP2 User Visible #360 [FEATURE] Add proxy_url...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph) from 0.5.3 to 0.5.5. Release notes Sourced from github.com/guptarohit/asciigraph's releases. v0.5.5 Added Ansi colors support for graphs v0.5.4 Added Option to plot multiple series together (#34) Dockerfile file...

dependencies

Add `max-failures` and `max-failure-rate` options

Explain how to get the library to avoid getting old version (1.0.0)

While creating some test run scenarios for f1 defining constant rates, I found out that the calculated rate does not entirely work as expected; This was primarily discovered while creating...

bug

Regular distrubution rate function didn't produce the rate correctly whenever iteration interval 3x bigger than distributedIterationDuration, due to rounding error. Relates to #81