benchexec icon indicating copy to clipboard operation
benchexec copied to clipboard

BenchExec: A Framework for Reliable Benchmarking and Resource Measurement

Results 120 benchexec issues
Sort by recently updated
recently updated
newest added

Currently the tests are executed with `nose`, but this framework is dead. We should switch to a new framework, for example `nose2` or `py.test`. It seems `py.test` has quite useful...

help wanted
GSoC

We have [some documentation](https://github.com/sosy-lab/benchexec/blob/main/doc/INSTALL.md#setting-up-cgroups-in-a-docker-container) for using BenchExec in a Docker container. Podman is a more modern alternative, and it might not have the problems that Docker containers have. So we...

container

If we create nested containers (e.g., with `containerexec`) and use overlayfs for some directory in both containers, it looks like the inner `containerexec` mounts two instances of overlayfs for the...

container

BenchExec detects out-of-memory situations that occur because a benchmarked process violates the configured memory limit, and sets the appropriate termination reason in its output. However, we do not detect cases...

cgroups

When opening the table tab of our HTML tables with a defined status/category filter, e.g., via [this link](https://sosy-lab.github.io/benchexec/example-table/svcomp-simple-cbmc-cpachecker.table.html#/table?filter=0(0*status*(category(in(correct)))))), the drop-down filter does not correctly display the defined filter, it displays...

bug
HTML table

Whenever I create a file from within the `runexec` container (doesn't matter the command; `touch`, `bash -c`, etc.), it gives me this error. Minimum non-working example: ``` $ runexec --read-only...

container

Hello! I haven't been able to figure out how to get my results included in the "Correct only" results in the generated tables. This is despite having spent quite some...

question

Right now, when running benchexec, the output of each verdict ("true" or "false") is shown in green or red in order to indicate whether this is a true or false...

enhancement
usability

For our P4 extension of benchexec (in contrib), we need to run all tests as root, because a non-root user cannot create virtual network interfaces. At the end of the...

enhancement
usability

This is an initial implementation to support cgroups v2 and v1 in parallel. This should work out of the box if pystemd is installed. Otherwise to run benchexec/runexec on a...