CLI tool to measure and record time taken for pow for a range of difficulty factors
This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-06-04 08:05:43 +00:00
.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 fix(deps): update rust crate serde_json to v1.0.117 2024-06-04 08:05:43 +00:00
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
docker-compose.yml feat: run avg command from compose 2023-08-04 14:38:17 +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
plot.py feat: normalize time before plotting 2023-08-12 17:01:48 +05:30
renovate.json Add renovate.json 2024-06-04 07:36:22 +00:00
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