Didi Hoffmann

Results 39 issues of Didi Hoffmann

Currently we only test on ubuntu with the GitHub ci. I would also want to run the Mac tests once in a while. GitHub offers support for 'macos-latest' [0] so...

[Formbricks](https://formbricks.com/) is an actively developed open source questionnaire tool. There are already all components for us to do the measurements - Docker: https://github.com/formbricks/formbricks/blob/main/docker/docker-compose.yml - Browser Test: https://github.com/formbricks/formbricks/tree/main/apps/web/playwright so it should...

Add flags to enable/ disable: - Hyper-threading - P_States - Turboboost (green-coding/tools) - C_States - CPU_Freq Log: - Virtualization - Hardware prefetcher : spec-power-model - BIOS_Speed - C_States - Temperature

enhancement
help wanted
research

Currently the tests run for quite some time and there are some tests we could run in parallel. There is the great `pytest-xdist` package that uses workers to run tests...

While refactoring an index condition wasn't updated: https://github.com/green-coding-berlin/green-metrics-tool/blame/6df80f107d8c9a1733d5b431e51fb7034d5fd158/docker/structure.sql#L161 https://github.com/green-coding-berlin/green-metrics-tool/blame/6df80f107d8c9a1733d5b431e51fb7034d5fd158/docker/structure.sql#L173 which didn't show up in the tests as we currently don't have any tests for the hog. So the docker container...

enhancement

Docker scout gives us quite a few errors:

Docker scout gives us quite a few warnings.

bug

As I keep coming up with cool company taglines this is issue collecting some of them. Feel free to add some. I don't think we will ever use them officially...

wontfix

We started evaluating ruff in comparison to pylint and it turns out that ruff is a lot faster and uses less resources. We should think about finishing the ruff vs....

Currently in the runner we call all the docker commands by executing a new process. While this is secure in the way that the docker command api stays the same...