Stefan Marr

Results 127 issues of Stefan Marr

This is really a very minor things, though, every time I do a `mx eclipseinit` and it reminds me of MX_BUILD_EXPLODED, I spend a few minutes figuring out whether I...

OCA Verified

@Marmat21 I hope it's ok for you to document this based on your notes: """ Main change: make SOMns tests pass when async stack traces are enabled (aka make async...

@marmat21 I hope it's ok for you for me to document this branch based on your notes: """ Main change: I added support in SOMns for updating classes. To this...

Currently, I think we can't use `~` in a path, as one normally can in a shell. This means many paths need to be fully qualified, which binds a conf...

Feature

If we find that all data is already collected, it's a bit odd that ReBench indicates an error with the return code. To reproduce, do something like this: ```bash rebench...

bug
help wanted
good first issue

Currently, PyYAML can't be installed on PyPy on GitHub Actions. See https://github.com/smarr/ReBench/actions/runs/5578565182/jobs/10192946324 Because of this, I am going to disable testing on it. But this should be reverted this is...

Bug

Since #174, we are very strict in environment variables. As per https://github.com/smarr/ReBench/commit/c5a2157a55d766290362979174d574448d647f87 which is this line: https://github.com/smarr/ReBench/blob/master/rebench/model/exp_run_details.py#L59 the environment is per default empty. In practice this means, it is completely...

bug
feature
good first issue

At the moment, we record only the most basic version details of the system. It would be useful to add support for a general way to collect version information. Since...

feature

At the moment, we are recording per iteration metrics. Though, some metrics are unchangeable between iterations, or independent of a specific invocation. This would include things like: - size of...

feature

Could we use hwnoise to assess whether performance fluctuations are coming from hardware noise? https://www.phoronix.com/news/Linux-6.3-hwnoise

feature