From 59d0f5419b73a24314fe87e8e970f7009101a1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6nig?= <jan.hoenig@fau.de> Date: Tue, 6 Feb 2018 17:15:48 +0100 Subject: [PATCH] Benchmarking features 2.0 Modified the gitlab-ci for benchmarking purposes Created a new Dockerfile for benchmarking purposes, which includes the intel compiler. Docker file now has likwid installed as well. Created a machine file for the benchmarking machine. Kerncraft updated and fixed. TODOs: - cleanup of the yaml files - Test the Skylake machine file and kerncraft_coupling for correct behaviour --- kerncraft_coupling/kerncraft_interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kerncraft_coupling/kerncraft_interface.py b/kerncraft_coupling/kerncraft_interface.py index 03368cf38..b40f1021f 100644 --- a/kerncraft_coupling/kerncraft_interface.py +++ b/kerncraft_coupling/kerncraft_interface.py @@ -154,6 +154,8 @@ class KerncraftParameters(DotDict): self['cache_predictor'] = 'SIM' self['verbose'] = 0 self['pointer_increment'] = 'auto' + self['iterations'] = 10 + # ------------------------------------------- Helper functions --------------------------------------------------------- -- GitLab