aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/loop.py
Commit message (Collapse)AuthorAgeFilesLines
* add draft of loop benchmark with two flavorsloop_keep_allocsFlorian Fischer2019-06-271-2/+3
| | | | | plot_fixed is broken because of the three args TODO: implement usfull plots for n arg commands.
* 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