]> git.ipfire.org Git - thirdparty/zstd.git/commit
[bench] Automated benchmarking script (#1906)
authorBimba Shrestha <bimbashrestha@fb.com>
Mon, 6 Jan 2020 22:19:11 +0000 (14:19 -0800)
committerYann Collet <Cyan4973@users.noreply.github.com>
Mon, 6 Jan 2020 22:19:11 +0000 (14:19 -0800)
commiteb76f786bcffefd823f882bff95ade5c325042f9
treef8220c8f0e677d1069d92d92a9001a89308e9494
parentb1f53b1a101af594fe69279c819fab9a50c4ce04
[bench] Automated benchmarking script (#1906)

* Initial revised automated benchmarking script

* Updating nb_iterations and making loop infinite

* Allowing benchmarking params to be changed from cli

* Renaming old speed test

* Removing numpy dependency for cli

* Change filename and benchmakr on pr level

* Moving build outside loop and adding iterations param

* Moving benchmarking to seperate travis ci test

* Fixing typo and using unused variable

* Added mode labels and updated README accordingly

* Adding new mode 'current' that compraes facebook:dev against current hash

* Typo

* Reverting previous accidental diff

* Typo

* Adding frequency config variable to prevent github from blacklisting

* Added new argument for frequency of fetching new prs

* Updating documentation
.travis.yml
Makefile
tests/DEPRECATED-test-zstd-speed.py [moved from tests/test-zstd-speed.py with 99% similarity]
tests/Makefile
tests/README.md
tests/automated_benchmarking.py [new file with mode: 0644]