aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* format artifact.py using yapfFlorian Fischer2019-12-111-19/+39
|
* fmt benchmark definitions with yapfFlorian Fischer2019-12-1113-193/+258
|
* format the __init__ files, facter and util using yapfFlorian Fischer2019-12-114-15/+24
|
* add yapf targetFlorian Fischer2019-12-111-1/+6
|
* update TODOFlorian Fischer2019-12-111-0/+10
|
* yapf format and remove old hacky output codeFlorian Fischer2019-12-111-21/+47
|
* change german plot label to englishFlorian Fischer2019-12-041-6/+6
|
* retrieve maxrss by using time as measure cmdFlorian Fischer2019-12-041-8/+16
|
* add option to parse measure cmd stdout as csvFlorian Fischer2019-12-041-1/+2
|
* calculate speedup and use it for multiple summariesFlorian Fischer2019-11-281-23/+23
|
* mention new -t option in readmeFlorian Fischer2019-11-281-1/+4
|
* support tikz plot using tikzplotlibFlorian Fischer2019-11-282-4/+23
|
* fix scale factor > 0 for systems with more than 10 cpusFlorian Fischer2019-11-281-2/+2
|
* allow scale factors < 1Florian Fischer2019-11-271-1/+1
|
* make blowup summary tex friendlyFlorian Fischer2019-11-271-7/+7
|
* Update ReadmeFlorian Fischer2019-11-271-21/+66
| | | | | Mention the seperation into our three scripts. Add some requirements.
* add short overview of the result formatFlorian Fischer2019-11-271-0/+57
|
* add mentioning papersFlorian Fischer2019-11-272-3/+22
|
* also handle json filesFlorian Fischer2019-11-231-4/+4
|
* remove useless check for factsFlorian Fischer2019-11-231-4/+0
| | | | facts need to be in the directory or facter.load_facts will fail.
* fix Benchmark and facter load functionsFlorian Fischer2019-11-232-8/+9
|
* change result format from pickle to jsonFlorian Fischer2019-11-233-22/+46
|
* fix fd.prepare()Florian Fischer2019-11-221-3/+4
| | | | always call provide of the linux sources to know where they were provided to
* always print path to result directoryFlorian Fischer2019-11-221-1/+1
|
* let facter handle load/store of global factsFlorian Fischer2019-11-223-7/+41
|
* make plot_* functions more robust to missing valuesFlorian Fischer2019-11-221-12/+20
|
* fix some format hintsFlorian Fischer2019-11-221-9/+9
|
* extract perf check from way too long run methodFlorian Fischer2019-11-221-17/+23
|
* only lint python code in src/Florian Fischer2019-11-221-1/+1
|
* keep not modified artifact data in cacheFlorian Fischer2019-11-214-9/+13
|
* don't use fixed sizes to aquire life dataFlorian Fischer2019-11-211-21/+46
|
* cleanup database dumps after redis benchmarkFlorian Fischer2019-11-131-0/+5
|
* use fixed sizes in loop benchmark and remove legacy source codeFlorian Fischer2019-11-131-51/+9
|
* remove left over status file at exitFlorian Fischer2019-11-131-0/+4
| | | | | If writing the status file fails because of not sufficient space left successive runs can fail because of a broken status file.
* speedup bumpptr_allocFlorian Fischer2019-11-123-45/+63
| | | | | Don't use three individual expensive TSD variables. Externalize and inline bump_up.
* don't skip earlyFlorian Fischer2019-11-061-1/+0
|
* fix invalid except syntaxFlorian Fischer2019-11-061-1/+1
|
* skip not starting serversFlorian Fischer2019-11-061-3/+17
|
* remove debug output from benchmark.pyFlorian Fischer2019-11-061-1/+0
|
* add -fomit-frame-pointer to global OPTFLAGSFlorian Fischer2019-11-061-1/+1
|
* don't always use jemalloc for redisFlorian Fischer2019-11-061-1/+1
|
* don't use bc to calculate MEMSIZE for our allocatorsFlorian Fischer2019-11-061-1/+1
|
* remove unused chattyparser importFlorian Fischer2019-11-061-1/+0
|
* use booktabs in standalone tex tablesFlorian Fischer2019-10-301-0/+1
| | | | \toprule is definied in booktabs
* add tex tables to cfrac and espressoFlorian Fischer2019-10-302-0/+16
|
* add toprule to tex tablesFlorian Fischer2019-10-301-0/+1
|
* add and use write_tex_table functionFlorian Fischer2019-10-307-3/+147
|
* introduce a global summary file extensionFlorian Fischer2019-10-305-13/+20
|
* use new dj_workload locationFlorian Fischer2019-10-231-2/+2
|
* fix location of dj_workload artifactFlorian Fischer2019-10-231-1/+1
|