Create test user profiles to test skill progression

This commit is contained in:
2026-02-28 02:02:39 +00:00
parent da907c0f46
commit ca2a3507f4
7 changed files with 1406 additions and 5 deletions

View File

@@ -27,6 +27,10 @@ criterion = { version = "0.5", features = ["html_reports"] }
name = "ngram_benchmarks"
harness = false
[[bin]]
name = "generate_test_profiles"
path = "src/bin/generate_test_profiles.rs"
[features]
default = ["network"]
network = ["reqwest"]