You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define common metrics to check performances evolutions in Python and Web APIs
Stack depth?
Cache hits and misses? (Cached but unused values, ...)
Percentage of default values in calculation
Number of calls to calculate()
How many times a calculate() returns 0 or any equivalent value to false (% unnecessary computations in conditions)
Inputs impact in calculation performance (number of calculations to a variable listed in the inputs but at a different period from the calculation period)
Are we still looking forward to make this happen? Recently, another initiative has emerged based on inputs and contributions by @benjello@sandcha@benoit-cty and @clallemand. We could maybe merge/supercede #1315
Find common ways to analyse OpenFisca:
calculate()
calculate()
returns 0 or any equivalent value to false (% unnecessary computations in conditions)computation_log()
Tracer
stack➡️ See #884
➡️ See #895
The text was updated successfully, but these errors were encountered: