Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSHTarget: Only connect once #172

Closed
PhilippvK opened this issue Jul 27, 2024 · 0 comments
Closed

SSHTarget: Only connect once #172

PhilippvK opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@PhilippvK
Copy link
Member

On the develop branch the support for running cross compiled benchmarks on a remote target over ssh was added.

Currently we open up a new ssh tunnel for:

  • Checking if the target is reachable
  • Creating a remote directory
  • Copy the executable
  • Run the executable

We should rather only open one tunnel and re-use it.

@PhilippvK PhilippvK self-assigned this Jul 27, 2024
@PhilippvK PhilippvK added the enhancement New feature or request label Jul 27, 2024
PhilippvK pushed a commit that referenced this issue Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant