| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | use sys.exit instead of exit and other small code improvements | Florian Fischer | 2019-12-14 | 5 | -17/+15 | |
| | | ||||||
| * | fix facter bugs found by pylint | Florian Fischer | 2019-12-14 | 1 | -9/+9 | |
| | | ||||||
| * | fix and improve mysql prepare | Florian Fischer | 2019-12-14 | 1 | -12/+20 | |
| | | ||||||
| * | fix GitArtifact.provide | Florian Fischer | 2019-12-14 | 1 | -5/+7 | |
| | | ||||||
| * | add subprocess.run shell parameter to run_cmd | Florian Fischer | 2019-12-14 | 1 | -5/+7 | |
| | | ||||||
| * | move allocbench_version to facter and make the facts a global variable of ↵ | Florian Fischer | 2019-12-14 | 7 | -54/+43 | |
| | | | | | facter.py | |||||
| * | use run_cmd in util.py | Florian Fischer | 2019-12-13 | 1 | -3/+2 | |
| | | ||||||
| * | use new run_cmd wrapper in artifact.py | Florian Fischer | 2019-12-13 | 1 | -27/+5 | |
| | | ||||||
| * | introduce verbosity aware subprocess.run wrapper and use it in benchmarks | Florian Fischer | 2019-12-13 | 4 | -46/+52 | |
| | | ||||||
| * | remove unused imports | Florian Fischer | 2019-12-13 | 1 | -2/+0 | |
| | | ||||||
| * | always output if we retrieve aqn artifact | Florian Fischer | 2019-12-13 | 1 | -2/+2 | |
| | | ||||||
| * | collect vmhwm for servers and use it for mysql, httpd and redis | Florian Fischer | 2019-12-11 | 4 | -45/+43 | |
| | | ||||||
| * | format artifact.py using yapf | Florian Fischer | 2019-12-11 | 1 | -19/+39 | |
| | | ||||||
| * | fmt benchmark definitions with yapf | Florian Fischer | 2019-12-11 | 13 | -193/+258 | |
| | | ||||||
| * | format the __init__ files, facter and util using yapf | Florian Fischer | 2019-12-11 | 4 | -15/+24 | |
| | | ||||||
| * | add yapf target | Florian Fischer | 2019-12-11 | 1 | -1/+6 | |
| | | ||||||
| * | update TODO | Florian Fischer | 2019-12-11 | 1 | -0/+10 | |
| | | ||||||
| * | yapf format and remove old hacky output code | Florian Fischer | 2019-12-11 | 1 | -21/+47 | |
| | | ||||||
| * | change german plot label to english | Florian Fischer | 2019-12-04 | 1 | -6/+6 | |
| | | ||||||
| * | retrieve maxrss by using time as measure cmd | Florian Fischer | 2019-12-04 | 1 | -8/+16 | |
| | | ||||||
| * | add option to parse measure cmd stdout as csv | Florian Fischer | 2019-12-04 | 1 | -1/+2 | |
| | | ||||||
| * | calculate speedup and use it for multiple summaries | Florian Fischer | 2019-11-28 | 1 | -23/+23 | |
| | | ||||||
| * | mention new -t option in readme | Florian Fischer | 2019-11-28 | 1 | -1/+4 | |
| | | ||||||
| * | support tikz plot using tikzplotlib | Florian Fischer | 2019-11-28 | 2 | -4/+23 | |
| | | ||||||
| * | fix scale factor > 0 for systems with more than 10 cpus | Florian Fischer | 2019-11-28 | 1 | -2/+2 | |
| | | ||||||
| * | allow scale factors < 1 | Florian Fischer | 2019-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | make blowup summary tex friendly | Florian Fischer | 2019-11-27 | 1 | -7/+7 | |
| | | ||||||
| * | Update Readme | Florian Fischer | 2019-11-27 | 1 | -21/+66 | |
| | | | | | | Mention the seperation into our three scripts. Add some requirements. | |||||
| * | add short overview of the result format | Florian Fischer | 2019-11-27 | 1 | -0/+57 | |
| | | ||||||
| * | add mentioning papers | Florian Fischer | 2019-11-27 | 2 | -3/+22 | |
| | | ||||||
| * | also handle json files | Florian Fischer | 2019-11-23 | 1 | -4/+4 | |
| | | ||||||
| * | remove useless check for facts | Florian Fischer | 2019-11-23 | 1 | -4/+0 | |
| | | | | | facts need to be in the directory or facter.load_facts will fail. | |||||
| * | fix Benchmark and facter load functions | Florian Fischer | 2019-11-23 | 2 | -8/+9 | |
| | | ||||||
| * | change result format from pickle to json | Florian Fischer | 2019-11-23 | 3 | -22/+46 | |
| | | ||||||
| * | fix fd.prepare() | Florian Fischer | 2019-11-22 | 1 | -3/+4 | |
| | | | | | always call provide of the linux sources to know where they were provided to | |||||
| * | always print path to result directory | Florian Fischer | 2019-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | let facter handle load/store of global facts | Florian Fischer | 2019-11-22 | 3 | -7/+41 | |
| | | ||||||
| * | make plot_* functions more robust to missing values | Florian Fischer | 2019-11-22 | 1 | -12/+20 | |
| | | ||||||
| * | fix some format hints | Florian Fischer | 2019-11-22 | 1 | -9/+9 | |
| | | ||||||
| * | extract perf check from way too long run method | Florian Fischer | 2019-11-22 | 1 | -17/+23 | |
| | | ||||||
| * | only lint python code in src/ | Florian Fischer | 2019-11-22 | 1 | -1/+1 | |
| | | ||||||
| * | keep not modified artifact data in cache | Florian Fischer | 2019-11-21 | 4 | -9/+13 | |
| | | ||||||
| * | don't use fixed sizes to aquire life data | Florian Fischer | 2019-11-21 | 1 | -21/+46 | |
| | | ||||||
| * | cleanup database dumps after redis benchmark | Florian Fischer | 2019-11-13 | 1 | -0/+5 | |
| | | ||||||
| * | use fixed sizes in loop benchmark and remove legacy source code | Florian Fischer | 2019-11-13 | 1 | -51/+9 | |
| | | ||||||
| * | remove left over status file at exit | Florian Fischer | 2019-11-13 | 1 | -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_alloc | Florian Fischer | 2019-11-12 | 3 | -45/+63 | |
| | | | | | | Don't use three individual expensive TSD variables. Externalize and inline bump_up. | |||||
| * | don't skip early | Florian Fischer | 2019-11-06 | 1 | -1/+0 | |
| | | ||||||
| * | fix invalid except syntax | Florian Fischer | 2019-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | skip not starting servers | Florian Fischer | 2019-11-06 | 1 | -3/+17 | |
| | | ||||||
