Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolver performance optimizations + optional local caching for better re-run performance #72

Merged
merged 18 commits into from
Oct 5, 2022
Merged
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ MANIFEST

# Test Coverage report
.coverage

# Output files from scripts
testset*.csv
score_real_collections_results*.json

# Local cache files
cached_data/*.json
3 changes: 3 additions & 0 deletions cached_data/cached_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About
This folder contains sample cached data that can be used to more efficiency run scripts score_generated_collection or
the resolver to generate OpenRarity and/or external rarity ranks.
vickygos marked this conversation as resolved.
Show resolved Hide resolved
Loading