@@ -119,19 +119,19 @@ Observed cold startup times
119
119
"datasets": [
120
120
{
121
121
"data":[142,154,135,173,173],
122
- "label":"custom runtime", "backgroundColor":"rgba(13,143,143,.9 )"
122
+ "label":"custom runtime", "backgroundColor":"rgba(13,143,143,.8 )"
123
123
},
124
124
{
125
125
"data":[327,386,308,342,310],
126
- "label":"custom runtime with DynamoDB", "backgroundColor":"rgba(20,220,220,.9 )"
126
+ "label":"custom runtime with DynamoDB", "backgroundColor":"rgba(20,220,220,.8 )"
127
127
},
128
128
{
129
129
"data":[2240,2038,2150,2110,2080],
130
- "label":"java8 runtime", "backgroundColor":"rgba(219,86,20,.9 )"
130
+ "label":"java8 runtime", "backgroundColor":"rgba(219,86,20,.8 )"
131
131
},
132
132
{
133
133
"data":[3800,3730,3950,4160,3470],
134
- "label":"java8 runtime with DynamoDB","backgroundColor":"rgba(143,35,13,.9 )"
134
+ "label":"java8 runtime with DynamoDB","backgroundColor":"rgba(143,35,13,.8 )"
135
135
}
136
136
]
137
137
},
@@ -140,4 +140,6 @@ Observed cold startup times
140
140
-->
141
141
</canvas >
142
142
143
+ ---
144
+
143
145
0 commit comments