Closed thomas-riccardi closed 3 years ago
How to benchmark:
$ time _ARGCOMPLETE_SUPPRESS_SPACE=1 COMP_LINE='dmake shell ' COMP_POINT=12 COMP_TYPE=63 _ARGCOMPLETE=0 dmake $ time python3 -c 'import dmake.cli' $ time python3 -X importtime -c 'import dmake.cli' |& sort -k5g
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
How to benchmark: