CLI tool to measure and record time taken for pow for a range of difficulty factors
Go to file
Aravinth Manivannan 9f1a924986
feat: normalize time before plotting
2023-08-12 17:01:48 +05:30
.sqlx feat: compute pow for random strings and salts for a number of trials and avg them out 2023-08-04 12:54:44 +05:30
data feat: add data for 50k to 50m difficulty factor compute time 2023-08-05 17:18:49 +05:30
migrations feat: compute pow for random strings and salts for a number of trials and avg them out 2023-08-04 12:54:44 +05:30
src feat: switch to tokio rt 2023-08-04 12:55:11 +05:30
.dockerignore feat: docker img 2023-08-03 16:05:48 +05:30
.env.example feat: copy from sled to postgres and compute mean, variance, min and max 2023-08-03 14:53:48 +05:30
.gitignore feat: normalize time before plotting 2023-08-12 17:01:48 +05:30
Cargo.lock feat: compute pow for random strings and salts for a number of trials and avg them out 2023-08-04 12:54:44 +05:30
Cargo.toml feat: compute pow for random strings and salts for a number of trials and avg them out 2023-08-04 12:54:44 +05:30
Dockerfile feat: docker img 2023-08-03 16:05:48 +05:30
LICENSE.md feat: add license header 2023-07-09 20:50:35 +05:30
docker-compose.yml feat: run avg command from compose 2023-08-04 14:38:17 +05:30
plot.py feat: normalize time before plotting 2023-08-12 17:01:48 +05:30
requirements.txt feat: read from db and plot difficulty factor vs time 2023-08-03 14:54:53 +05:30
sliqte.sh feat: sqlite 2023-08-03 04:48:35 +05:30
survey.py feat: download survey results, plot graph and export to csv 2023-08-12 17:01:29 +05:30