boulder/test/load-generator
Aaron Gable 0340b574d9
Add unparam linter to CI (#6312)
Enable the "unparam" linter, which checks for unused function
parameters, unused function return values, and parameters and
return values that always have the same value every time they
are used.

In addition, fix many instances where the unparam linter complains
about our existing codebase. Remove error return values from a
number of functions that never return an error, remove or use
context and test parameters that were previously unused, and
simplify a number of (mostly test-only) functions that always take the
same value for their parameter. Most notably, remove the ability to
customize the RSA Public Exponent from the ceremony tooling,
since it should always be 65537 anyway.

Fixes #6104
2022-08-23 12:37:24 -07:00
..
acme Start testing on go1.19 (#6227) 2022-08-10 15:30:43 -07:00
config Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00
README.md load-generator: remove acme v1 support. (#4132) 2019-03-25 12:22:18 -04:00
boulder-calls.go Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
example-config.json Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00
latency-charter.py tidy: typo fixes flagged by codespell (#4634) 2020-01-07 14:01:26 -05:00
latency.go Review fixes pt. 3 2017-03-02 15:13:33 -08:00
main.go Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00
requirements.txt Review fixes pt. 3 2017-03-02 15:13:33 -08:00
state.go Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00

README.md

load-generator

load-generator is a load generator for RFC 8555 which emulates user workflows.