aboutsummaryrefslogtreecommitdiff
path: root/bench.py
Commit message (Collapse)AuthorAgeFilesLines
* use exceptions to indicate an errorFlorian Fischer2019-03-211-29/+34
|
* collect facts on demandFlorian Fischer2019-03-191-0/+3
| | | | | this fixes a exception because of the missing ccinfo file when src.facter is imported before the build of allocbench
* fix time recordingFlorian Fischer2019-03-101-1/+1
|
* remove second isoformat(timespec=) callFlorian Fischer2019-03-081-4/+6
|
* don't use isoformat(timespec=) for python3 < 3.6Florian Fischer2019-03-081-1/+4
|
* Don't print running if -r 0 is setFlorian Fischer2019-03-081-1/+0
|
* record start and end time in factsFlorian Fischer2019-03-081-1/+5
|
* save facts and rstore them on loadFlorian Fischer2019-03-061-3/+25
|
* add allocators to globalvars; kill mysql server on exit; save libc versions ↵Florian Fischer2019-03-061-6/+10
| | | | of requirements
* only import benchmarks if they are usedFlorian Fischer2019-03-061-2/+3
|
* rework rebuild mechanism to use timestamps instead of pickle stringsFlorian Fischer2019-03-051-3/+4
|
* use new verbosity system in allocator.pyFlorian Fischer2019-03-051-2/+2
|
* add new verbosity and colored outputFlorian Fischer2019-03-051-20/+53
|
* save if no summary flag is setFlorian Fischer2019-02-221-1/+1
|
* don't skip complete run if one prepare failsFlorian Fischer2019-02-221-1/+1
|
* Update Readme.mdFlorian Fischer2019-02-101-2/+2
|
* s/target/allocator/ and remove analyse featureFlorian Fischer2019-02-081-19/+18
| | | | Use systemwide installed allocators by default
* rework build system #2: call make before executing any benchmarkFlorian Fischer2019-02-021-1/+10
| | | | | | Make scans the project directory for Makefiles and executes them. The targets should be build by the new targets/Makefile. All included Makefiles are now "quiet" by default.
* add custom target optionFlorian Fischer2019-01-221-0/+11
| | | | | the custom target definitions must be a valid python script exporting a global dictionary "targets".
* add load path option and don't fail if result directories exists alreadyFlorian Fischer2019-01-221-4/+10
|
* save all results by default in results/hostname/timestampFlorian Fischer2019-01-221-8/+24
|
* add license switchFlorian Fischer2019-01-151-1/+7
|
* move source code to src/Florian Fischer2019-01-151-9/+3
|
* fix perf parsing and add new plot functions and use themFlorian Fischer2018-09-141-1/+1
|
* add usefull chattymalloc support and --nolibmemusage flagFlorian Fischer2018-09-141-3/+4
| | | | | | improve bench.py improve process_stdout hook -> process_output rename perf_cmd -> measure_cmd
* cleanup bench.pyFlorian Fischer2018-09-141-4/+2
|
* add larson's server benchmarkFlorian Fischer2018-09-101-1/+2
|
* add dj's workloadsFlorian Fischer2018-09-061-1/+2
|
* only prepare or cleanup if we have toFlorian Fischer2018-08-281-5/+6
|
* intruduce new way of handling analyse and cleanup mysqlFlorian Fischer2018-08-241-7/+8
| | | | chattymalloc writes now to chattymalloc.data
* pass summary directory to benchmarksFlorian Fischer2018-08-211-1/+1
|
* only analyse alloc sizes for mysqlFlorian Fischer2018-08-201-1/+1
|
* add summary directory optionFlorian Fischer2018-08-201-0/+5
|
* add basic analyse to mysqlFlorian Fischer2018-08-131-1/+8
|
* pass verbose to runFlorian Fischer2018-08-111-1/+1
|
* fix nosum optionFlorian Fischer2018-08-061-1/+1
|
* add nosummary optionFlorian Fischer2018-07-251-2/+4
|
* move c benchmarks in benchmarks subdirFlorian Fischer2018-07-241-1/+2
|
* remove conprod from benchmark list add memory footprint to mysqlFlorian Fischer2018-07-231-4/+7
| | | | also rename the benchmarks
* add verbose cmdline optionFlorian Fischer2018-07-231-0/+1
|
* make run argument an integerFlorian Fischer2018-07-201-1/+1
|
* make results independant and add cmdline optionsFlorian Fischer2018-07-201-1/+21
|
* add initial mysql, loop and consumer/producer benchmarksFlorian Fischer2018-07-151-0/+24