dart-sdk/pkg/analysis_server/tool
Konstantin Shcheglov ad5da2976b Add optional 'timeout' field to 'completion.getSuggestions2'.
The intended use is in benchmarking, to specify a long timeout, so that
the first time, when we warm up, we do necessary one time work,
which would usually run out of budget the first few times. So, the
requests that we do measure are more stable.

Change-Id: I22e870b84dcd6f2ac201c5ec57081c39c6529ea1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/220129
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2021-11-15 16:48:42 +00:00
..
bulk_fix bulk fix for prefer_expression_function_bodies 2021-10-26 20:11:50 +00:00
code_completion Create DartCompletionRequest with values, currently using forResolvedUnit() constructor. 2021-11-09 16:17:55 +00:00
instrumentation Make local variables that hide fields be final (analysis_server) 2021-04-24 18:12:07 +00:00
lsp_spec [analysis_server] Add LSP support for documentColor/colorPresentation 2021-11-12 17:51:02 +00:00
spec Add optional 'timeout' field to 'completion.getSuggestions2'. 2021-11-15 16:48:42 +00:00