Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed May 16, 2024
1 parent 75b744f commit b5cdb36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions touchstone/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ touchstone::benchmark_run(
n = 4
)

touchstone::benchmark_run(
midrange_population = {
params <- malariasimulation::get_parameters(
overrides = list(human_population=1e5))
malariasimulation::run_simulation(10, params)
},
n = 2
)

touchstone::benchmark_run(
large_population = {
params <- malariasimulation::get_parameters(
Expand Down

0 comments on commit b5cdb36

Please sign in to comment.