Commit 17bb63c
committed
(infra): Set reserved executions and batch size
Reserved executions is now 10 and the batch size is 5.
When I come to do the analysis for this prototype, I expect I'll want to
look at:
1. How cold starts vary across languages
2. How languages with an async pattern compare to those without
3. How the execution time varys per language
In order to do that, I'll need lots of invocations which include a good
number of cold starts. By setting a lower batch size and a reasonably
high concurrency limit I can add more messages to the queue and force
more cold starts1 parent bdd7564 commit 17bb63c
1 file changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
0 commit comments