Replies: 1 comment 6 replies
-
Hi @chinwahc 👋 The recommendation is based on experience developing and managing large performance test suites that exercise multiple services or different parts of a large system. If you're only going to load test a single API, keeping load test definitions in the same repo as the service's codebase will work fine. If your test suite grows (and they usually tend to), and other services add load testing for example, or if multiple teams start wanting to run load tests - it will become easier to manage everything in one separate place. We'll add more information to the relevant part of our Best Practices guide (and link to it from the installation guide too) |
Beta Was this translation helpful? Give feedback.
-
Hi,
So I'm looking at artillery for load testing of our
graphql
api, reading the docs and in this section it says:I was wondering what the reasoning behind this is. and what are the risks of adding it in the same repo as the api?
Beta Was this translation helpful? Give feedback.
All reactions