prometheus / test-infra

Prometheus E2E benchmarking tool
Apache License 2.0
156 stars 67 forks source link

Replace load-generator with Go implementation #748

Closed bboreham closed 1 month ago

bboreham commented 1 month ago

This is #743 with one more commit to avoid crashing on empty duration string - instant queries typically have empty start and end times.

Also use Prometheus model.ParseDuration to give more flexibility.

And revert the change to 6_loadgen.yaml, which is in #723.