zalando-stups / kio

The application registry in the STUPS ecosystem
http://docs.stups.io/en/latest/components/kio.html
Other
23 stars 11 forks source link

Load Testing fields in Kio/Yourturn #81

Closed a1exmac closed 5 years ago

a1exmac commented 7 years ago

As we agreed in email, we would like to add 2 more fields in Kio/Yourturn about Load Testing. Field # 1 “Link to load test scripts” Which can have one of 3 values:

  1. not yet: The application must be load tested, but they do not have a load testing tool yet.

  2. doesn't apply: The application doesn't need to be load tested, e.g. native application.
  3. {Load_test_artefacts_URL}: GHE link to load test script when using scripted load testing tool / GHE link to load test configuration files when using non-scripted tool / link to internal docs that explain how to run those load tests when using a non-scripted tool. screen shot 2017-06-26 at 16 33 14

Field # 2 “Request Per Second (RPS)” Will be added for each git revision id / docker image tag git rev-parse HEAD | cut -c-10 meaning git rev id 671ee80c08 and can handle 80 RPS

screen shot 2017-06-26 at 16 04 16
hjacobs commented 5 years ago

We don't have plans to implement this right now.