aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/loop.py
Commit message (Collapse)AuthorAgeFilesLines
* add documentation for loop, cfrac, espressoFlorian Fischer2019-10-141-2/+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
|
* improve benchmark code quality using pylintFlorian Fischer2019-08-271-9/+10
| | | | The description Benchmark member is replaced with class docstrings
* remove yerr from plot_* functionsFlorian Fischer2019-08-271-2/+1
|
* add error bars to barplot_single_argFlorian Fischer2019-08-261-1/+2
|
* fix name of loop tex tableFlorian Fischer2019-08-151-1/+1
|
* make bump pointer allocator available through src.allocators.bumpptrFlorian Fischer2019-08-111-1/+1
|
* add facts to dataref exportFlorian Fischer2019-07-311-2/+2
|
* add dataref exportsFlorian Fischer2019-05-081-0/+1
|
* use bumpptr in loop benchmarkFlorian Fischer2019-04-281-0/+4
|
* improve descriptive statistics, csv-export and add general barplot functionFlorian Fischer2019-04-131-2/+1
|
* fix normalized plotsFlorian Fischer2019-04-101-1/+1
|
* add normalized time plotFlorian Fischer2019-04-101-0/+8
|
* use autoticks for loop plotsFlorian Fischer2019-04-101-2/+4
|
* add export_to_csv and use it in the loop benchmarkFlorian Fischer2019-03-251-0/+3
|
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-0/+36
bench now loads all *.py files from src/benchmarks as benchmarks