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

Support endpoints in addition to Docker images #67

Open
MikeBishop opened this issue Feb 12, 2020 · 1 comment
Open

Support endpoints in addition to Docker images #67

MikeBishop opened this issue Feb 12, 2020 · 1 comment

Comments

@MikeBishop
Copy link

Some implementations may not be able to publish a Docker container for various reasons, but are able to host a publicly accessible server instance. It would be nice to be able to supply a hostname/port as an alternative.

@marten-seemann
Copy link
Collaborator

That would indeed be nice, but there are a few problems with that:

  1. It only works for servers, not for clients.
  2. We use environment variables to configure endpoint behavior.
  3. For servers, we give them a directory of files to serve before each test case, and after the download we do a byte-by-byte comparison of what the client downloaded.
  4. Performance measurements over the public internet would be hard to compare.

Any idea how to work around these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants