Skip to content

Commit

Permalink
Reduce benchmarking iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Mar 20, 2024
1 parent 5ae0a6b commit a1d374f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions touchstone/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ touchstone::benchmark_run(
time_end = max_time
)
},
n = 50
n = 25
)

# Default model with parameter vectors
Expand All @@ -36,7 +36,7 @@ touchstone::benchmark_run(
time_end = max_time
)
},
n = 50
n = 25
)

# Default model with intervention scenarios
Expand All @@ -51,7 +51,7 @@ touchstone::benchmark_run(
time_end = max_time
)
},
n = 50
n = 25
)

# Default model with parameter vector and intervention scenarios
Expand All @@ -67,7 +67,7 @@ touchstone::benchmark_run(
time_end = max_time
)
},
n = 50
n = 25
)

# Ebola model
Expand All @@ -86,7 +86,7 @@ touchstone::benchmark_run(
}
)
},
n = 50
n = 25
)

# create artifacts used downstream in the GitHub Action
Expand Down

0 comments on commit a1d374f

Please sign in to comment.