commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Return performance data structure rather than sharing a global data structure #78

Open julianharty opened 1 month ago

julianharty commented 1 month ago

Context

In #69 and #76 we've added performance measurements. They currently communicate the performance metrics using a shared structure performance_records = [] and also the result is ignored by the caller in tests/performance_comparison.py.