Open mpavlase opened 6 years ago
Handling raised exception is expensive operation (https://stackoverflow.com/a/2522013), it's much better to skip iteration by testing existence the key before actual usage.
https://github.com/rfmvh/perfevents-result-collector/blob/dc978b2f407636dfdfaca404149342fcae047a23/tests/run_tests.py#L40-L58
Handling raised exception is expensive operation (https://stackoverflow.com/a/2522013), it's much better to skip iteration by testing existence the key before actual usage.
https://github.com/rfmvh/perfevents-result-collector/blob/dc978b2f407636dfdfaca404149342fcae047a23/tests/run_tests.py#L40-L58