-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize CGrpcServer getters (#1284)
* Add ResultInfo._description in result_info.py * Bypass location in available results when LegacyGrpc as it is too slow * Tests on ResultInfo.__str__ skip LegacyGrpc * Cache call to result_info_grpcapi.py list_result * Cache call to result_info_grpcapi.py result_info_get_int_property * Cache call to result_info_grpcapi.py result_info_get_string_property * Cache call to result_info_grpcapi.py list * Revert "Tests on ResultInfo.__str__ skip LegacyGrpc" This reverts commit ff45b25. * Revert "Bypass location in available results when LegacyGrpc as it is too slow" This reverts commit e9a2888. * Remove unreachable code * Cache GrpcServer.version and GrpcServer.os * Remove useless import * Remove changes to gate code
- Loading branch information
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters