Simple utility to test the time to download files from various RCSB sources.
- Python 3 (>= 3.3)
Clone a copy of this repository to your local environment:
# Clone over SSH
git clone git@github.com:henrychao-rcsb/py-download-tester.git
# or clone over HTTPS
git clone https://github.com/henrychao-rcsb/py-download-tester.git
Then run the python script to generate an output file:
cd py-download-tester
chmod +x utility.py
./utility.py
After some time, there should be a results.csv
file within the same directory as the script.