summaryrefslogtreecommitdiff
path: root/scripts/internal/print_api_speed.py
Commit message (Expand)AuthorAgeFilesLines
* fix py2 compatibilityGiampaolo Rodola2022-10-201-2/+5
* improve API speed benchmark script #2102Giampaolo Rodola2022-10-201-29/+118
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-2/+4
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* refactor print colors utilsGiampaolo Rodola2020-02-151-45/+20
* update docGiampaolo Rodola2019-02-271-1/+1
* better print formatting for print scriptsGiampaolo Rodola2019-02-271-17/+27
* fix #1442: use python3 as Makefile defaultGiampaolo Rodola2019-02-271-3/+6
* appveyor: run print scripts after testsGiampaolo Rodola2019-02-271-3/+5
* highlight top 6 slowest callsGiampaolo Rodola2019-02-271-4/+19
* add arg parser for ad scriptGiampaolo Rodola2019-02-271-3/+14
* introduce a new scriptsutils.py private module shared by all internal utils +...Giampaolo Rodola2019-02-271-23/+21
* add script for to benchmark API callsGiampaolo Rodola2019-02-271-0/+92