Jens Breitbart
Jens Breitbart
Some of the graph generated by criterion seem to be missing values on the x-scale. Here is an example screenshot:  Is this a bug or did I miss-configure criterion?...
**Distribution (run `cat /etc/os-release`):** ``` ᨂ cat -p /etc/os-release NAME="Pop!_OS" VERSION="20.10" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 20.10" VERSION_ID="20.10" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=groovy UBUNTU_CODENAME=groovy LOGO=distributor-logo-pop-os ``` **Related Application and/or Package Version...
**Describe the Bug** I just tried to configure Radarr and Sonarr and they require an API key to connect to the server. I have copied the API key into my...
The execution time of hello_world degraded by about 13% over the last several month. Version checked in the uhyve repo: ``` time: [224.29 ms 225.64 ms 226.60 ms] ``` Current...
Building/linking the examples with `--coverage` creates binaries that include the appropriated gcov functions, but running the binaries with uhyve or qemu does not create gcov output files. I am not...
Various existing HPC tools/scripts rely the environment variables `OMP_NUM_THREAD`, `GOMP_CPU_AFFINITY`[0] and `KMP_AFFINITY`[1] to work well. Supporting these would make it easier to use HermitCore. [0] https://gcc.gnu.org/onlinedocs/libgomp/GOMP_005fCPU_005fAFFINITY.html [1] https://software.intel.com/en-us/node/522691#KMP_AFFINITY_ENVIRONMENT_VARIABLE
The proxy does not show any usefull info when run without any parameter and seems to have not help message. This would really be useful for new users / forgetful...
I did take a quick look at your scripts and it looks like you are filtering the dns query log with a regex and add all matched domains to the...
Is it possible to trigger the creation of a bag file by sending a message on a specific topic? If not, is there any documentation how the client communicates with...
I get a `cargo audit` warning as `perfcnt` depends on your crate and you use the `tempdir` crate: https://github.com/jbreitbart/criterion-perf-events/issues/2 I also fixed a few clippy/linter warnings.