Benchmarking
I will help you figure out how many users each process can handle.
The shinyloadtest package and has three basic steps:
Record a script simulating a typical user with
shinyloadtest::record_session()
.Replay the script with multiple simultaneous users with the shinycannon command-line tool.
Analyse the results using shinyloadtest::report().