| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add and use write_tex_table function | Florian Fischer | 2019-10-30 | 1 | -1/+8 |
| | | |||||
| * | introduce a global summary file extension | Florian Fischer | 2019-10-30 | 1 | -1/+3 |
| | | |||||
| * | increase workload size for bigger max speedup | Florian Fischer | 2019-10-16 | 1 | -2/+4 |
| | | | | | | | | | | | | with the current workload size of 100K allocations the parallel part (worker) takes on my development laptop 96% of the single threaded execution time resulting in a maximal speedup of 25. (Amdahl: 1/(1-0.96) ~= 25) Increasing the the workload to 1M allocations ups the parallel portion to ~99% which gives us a max speedup of ~295 enough for all our test machines. With the new workload the single threaded execution time is ~100s on my laptop and ~30s on one of the test servers which is tolerable in my opinion. | ||||
| * | require a name in Benchmark.__init__ | Florian Fischer | 2019-08-29 | 1 | -2/+2 |
| | | |||||
| * | add license header comments to benchmark definitions | Florian Fischer | 2019-08-28 | 1 | -0/+17 |
| | | |||||
| * | remove verbosity argument from hooks | Florian Fischer | 2019-08-27 | 1 | -1/+2 |
| | | |||||
| * | improve benchmark code quality using pylint | Florian Fischer | 2019-08-27 | 1 | -16/+20 |
| | | | | | The description Benchmark member is replaced with class docstrings | ||||
| * | apply some flake8 hints | Florian Fischer | 2019-06-19 | 1 | -1/+1 |
| | | |||||
| * | fix ylabel for llc miss plot | Florian Fischer | 2019-05-14 | 1 | -1/+1 |
| | | |||||
| * | move benchmark definitions into src/benchmarks | Florian Fischer | 2019-03-25 | 1 | -0/+74 |
| bench now loads all *.py files from src/benchmarks as benchmarks | |||||
