<!-- Provide a general summary of the task in the title above. When adding program output or code snippets in the issue, use code blocks with appropriate syntax highlighting. --> #### Motivation / Context <!-- Tell us why this task is important. --> To benchmark the speed of off-chain transactions. #### Description <!-- Describe the task briefly. --> Add a benchmark test in `api/grpc` package and `session` package using the integration test setup. ##### Relates to <!-- Add links to any related issue or other references here. --> #### Testing <!-- Describe what should be tested and how it can be done. --> #### Thread Safety <!-- Should any component of the implementation be thread safe? If so, why? --> Not required.
Motivation / Context
To benchmark the speed of off-chain transactions.
Description
Add a benchmark test in
api/grpcpackage andsessionpackage using the integration test setup.Relates to
Testing
Thread Safety
Not required.