@@ -27,7 +27,7 @@ How long it took to receive the first suggestion after we started calling the ge
2727
2828 sdk->>rHandler: Return client
2929 note over rHandler, backend: codewhispererFirstCompletionLatency
30- rect rgb(200, 255, 200 )
30+ rect rgb(230, 230, 230, 0.5 )
3131 loop Get paginated recommendations
3232 rHandler->>backend: calls
3333 end
@@ -52,7 +52,6 @@ How long it took from when we started calling the getRecommendations API to when
5252 participant sdk as Create CWSPR SDK
5353 participant token as Toolkit auth
5454
55-
5655 User->>invoke: Finished typing
5756 invoke->>rService: calls
5857 rService->>rHandler: calls
@@ -63,7 +62,7 @@ How long it took from when we started calling the getRecommendations API to when
6362
6463 sdk->>rHandler: Return client
6564 note over User, backend: codewhispererEndToEndLatency
66- rect rgb(200, 255, 200 )
65+ rect rgb(230, 230, 230, 0.5 )
6766 loop Get paginated recommendations
6867 rHandler->>backend: calls
6968 end
@@ -100,7 +99,7 @@ How long it took to complete all paginated calls
10099
101100 sdk->>rHandler: Return client
102101 note over User, backend: codewhispererAllCompletionsLatency
103- rect rgb(200, 255, 200 )
102+ rect rgb(230, 230, 230, 0.5 )
104103 loop Get paginated recommendations
105104 rHandler->>backend: calls
106105 end
@@ -141,7 +140,7 @@ How long it took to display the first suggestion after it received the first res
141140 rHandler->>backend: calls
142141 end
143142 note over User, backend: codewhispererPostprocessingLatency
144- rect rgb(200, 255, 200 )
143+ rect rgb(230, 230, 230, 0.5 )
145144 backend->>rHandler: first response received
146145 rHandler->>User: show results
147146 end
@@ -170,7 +169,7 @@ How long it took to get the bearer token
170169 rHandler->>sdk: calls
171170
172171 note over sdk, token: codewhispererCredentialFetchingLatency
173- rect rgb(200, 255, 200 )
172+ rect rgb(230, 230, 230, 0.5 )
174173 sdk->>token: Start getting bearer token
175174 token->>sdk: Finished getting bearer token
176175 end
@@ -206,7 +205,7 @@ How long it took to create the client and get ready to start sending getRecommen
206205 rHandler->>sdk: calls
207206
208207 note over rHandler, token: codewhispererPreprocessingLatency
209- rect rgb(200, 255, 200 )
208+ rect rgb(230, 230, 230, 0.5 )
210209 sdk->>token: Start getting bearer token
211210 token->>sdk: Finished getting bearer token
212211 sdk->>rHandler: Return client
@@ -238,7 +237,7 @@ How long it took from when the user stopped pressing a key to when they were sho
238237
239238 User->>invoke: Finished typing
240239 note over User, token: codewhisperer_perceivedLatency duration
241- rect rgb(200, 255, 200 )
240+ rect rgb(230, 230, 230, 0.5 )
242241 invoke->>rService: calls
243242 rService->>rHandler: calls
244243 rHandler->>sdk: calls
0 commit comments