16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
Goals
|
|
1) DEV READINESS: Find fail points that prevent release and need adjusting
|
|
2) MARKETING / HOSTING: Find out what kind of specific load (number of simultaneous users) a droplet can handle
|
|
What are the bottlenecks specifically?
|
|
Find out what categories of users can fit into which sized hardware
|
|
i.e. a small shop with 10 users can infinitely use the tiniest droplet??
|
|
Does database size matter when it comes to load? (not specifically reporting on huge numbers of records for example, just normal sane operation)
|
|
|
|
|
|
todo: make sure it's simulating realistically, i.e. how users would really work with it as much as possible
|
|
todo: add parameters for max of each object or read data and auto know, create objects, generate report,filterid
|
|
todo: remove anything redundant, best to test each area of server, not every single route
|
|
simpler is better for load testing, this isn't a completeness or acceptance test method leave that to cypress e2e
|
|
todo: generate reports in load test
|
|
todo: create records in load test
|
|
avoid inventory affecting for the moment, too complex to test, just a customer or something simple for now |