aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.py
Commit message (Collapse)AuthorAgeFilesLines
* move benchmark definitions into src/benchmarksFlorian Fischer2019-03-251-285/+0
| | | | bench now loads all *.py files from src/benchmarks as benchmarks
* fix some ExceptionsFlorian Fischer2019-03-221-1/+1
|
* use exceptions in mysql benchmarkFlorian Fischer2019-03-211-33/+33
|
* add normalized plots to mysql benchmarkFlorian Fischer2019-03-191-0/+40
|
* improve myqslFlorian Fischer2019-03-081-4/+7
| | | | | | start server with --max-connections=<cpu count> don't reference mysql.server if not available remove non empty mysql_test directory
* add allocators to globalvars; kill mysql server on exit; save libc versions ↵Florian Fischer2019-03-061-1/+11
| | | | of requirements
* use new verbosity system in mysql and dj_trace benchmarksFlorian Fischer2019-03-051-28/+28
|
* add function to scale thread to available cpusFlorian Fischer2019-03-051-2/+1
|
* fix type in variable nameFlorian Fischer2019-02-271-1/+1
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-70/+25
| | | | Use systemwide installed allocators by default
* fix some flake8 linting errorsFlorian Fischer2019-02-021-28/+31
|
* add custom target optionFlorian Fischer2019-01-221-2/+2
| | | | | the custom target definitions must be a valid python script exporting a global dictionary "targets".
* save all results by default in results/hostname/timestampFlorian Fischer2019-01-221-7/+5
|
* move dj_trace.py to src/ and remove debug outputFlorian Fischer2019-01-151-2/+0
|
* move mysql.py to src/, fix analyse and add transactions latex tableFlorian Fischer2019-01-151-0/+279