This project aims to test throughput and latency on QUIC protocol. At present, Caddy can't start with QUIC protocol successfully so all the experiments are based on the HTTPS protocol. The HTTPS certificate was just certified on localhost, so when running the test, should type in "https://localhost:8888" in Chrome.
Caddy: https://caddyserver.com/
Data: Unzip data.zip. There are different files with different size which are used to test the throughput between caddy server and chrome.
- First, start Caddy in command line: caddy -quic.
- Second, type in "https://localhost:8888" in Chrome.
- select which type of test you want to test.(Throughput or latency? Default is throughput testing)