umgefahren / server-language-benchmark

Defining and developing a benchmark for comparing languages in server-side applications.
MIT License
2 stars 2 forks source link

Dockerfiles for all the things #10

Open vypxl opened 2 years ago

vypxl commented 2 years ago

We need Dockerfiles for every implementation, and for the client.

Each Dockerfile should build the server executable and the container should expose the server at port 8080.

Reference Dockerfile in the Java implementation.

For better comparability, please also make sure that all runner containers run on alpine:latest and preferably use static linking.

TecTrixer commented 2 years ago

@vypxl I added a Dockerfile for Rust, its in the following PR: #13 If it works for you please merge the PR and put the checkmark next to Rust :)