benchttp / engine

Benchttp library in Go to run performance tests on HTTP endpoints.
Other
4 stars 1 forks source link

Implement and expose config encoding functions #63

Open GregoryAlbouy opened 1 year ago

GregoryAlbouy commented 1 year ago

Description

Package configio exposes utilities for decoding formatted benchttp configurations (json, yaml). We should provide a way to perform the reverse operation.

Specs will come after the following PRs are merged:

Tasks

Suggestions

Notes