aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/dj_trace.py
Commit message (Collapse)AuthorAgeFilesLines
* move urlretrieve report hook to util.py and use archive in dj_traceFlorian Fischer2019-08-291-49/+20
|
* require a name in Benchmark.__init__Florian Fischer2019-08-291-2/+2
|
* add license header comments to benchmark definitionsFlorian Fischer2019-08-281-0/+17
|
* fix IDEAL_RSS_RE regexFlorian Fischer2019-08-271-1/+1
|
* remove verbosity argument from hooksFlorian Fischer2019-08-271-1/+2
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-69/+70
| | | | The description Benchmark member is replaced with class docstrings
* add facts to dataref exportFlorian Fischer2019-07-311-4/+4
|
* apply some flake8 hintsFlorian Fischer2019-06-191-15/+13
|
* don't break if a result is NaNFlorian Fischer2019-05-211-4/+4
|
* add dataref exportsFlorian Fischer2019-05-081-0/+28
|
* dj_trace: make tex table standaloneFlorian Fischer2019-04-101-1/+5
|
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+357
bench now loads all *.py files from src/benchmarks as benchmarks