Skip to content

Commit

Permalink
removing loadtest info
Browse files Browse the repository at this point in the history
  • Loading branch information
EwokOzwok committed Oct 23, 2023
1 parent 85fcce1 commit 625e50e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 280 deletions.
8 changes: 4 additions & 4 deletions loadtest script.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
shinyloadtest::record_session('http://localhost:3838/')

#Run in Terminal
# shinycannon recording.log http://localhost:3838/ --workers 10 --loaded-duration-minutes 10 --output-dir run1
# shinycannon recording.log http://localhost:3838/ --workers 50 --loaded-duration-minutes 2 --output-dir run50
df <- shinyloadtest::load_runs("run1")
shinyloadtest::shinyloadtest_report(df, "run1.html")
# shinycannon recording.log http://localhost:3838/ --workers 10 --loaded-duration-minutes 5 --output-dir run1
# shinycannon recording.log http://localhost:3838/ --workers 10 --loaded-duration-minutes 2 --output-dir run10
df <- shinyloadtest::load_runs("run10")
shinyloadtest::shinyloadtest_report(df, "run10.html")

profvis::profvis(print(Rolodex::run_app()))
Loading

0 comments on commit 625e50e

Please sign in to comment.