v7.4.0
Change Log
- add size and complexity performance statistics (not auto-generated)
Usage
$ bundle exec rails console
> cr = { AGROVOC_LD4L_CACHE: 3, CERL_LD4L_CACHE: 37, DBPEDIA_LD4L_CACHE: 0, GEONAMES_LD4L_CACHE: 11, ... }
> QaServer::PerformancePerByteJob.perform_now(authority_complexity_ratings: cr)
Generates log/performance.csv
with the following stats:
- authority_name
- complexity_rating
- action
- size_bytes
- retrieve_bytes_per_ms
- graph_load_bytes_per_ms
- normalize_bytes_per_ms
- retrieve_ms_per_byte
- graph_load_ms_per_byte
- normalize_ms_per_byte