Robert Henry
Robert Henry
I'm using the latest release of bombardier, downloaded as a binary from this github repository. I'm running on ubuntu 20.10 and 21.04 on large core count hardware, both ARM64 and...
On a ubuntu 19.10 system, I checkout and do the basic thing. It fails. It is conceivable that my apt package system is somehow messed up. ./build --download-dependencies qemu-buildroot .......
The man(2) page for select says: On Linux, select() modifies timeout to reflect the amount of time not slept; most other implementations do not do this. (POSIX.1 permits either behavior.)...
I had to manually apply Palmer's change https://github.com/openembedded/meta-openembedded/pull/146 to https://github.com/sifive/meta-sifive/blob/c132d90412cfbea35bd81e24aabb5147c677ddf4/conf/layer.conf#L21 to get the builder to run.
I upgrade my dotnet installation on linux to use the latest6.0.100-rc.2.21505.57 I clone a new version of aspnet/Benchmarks and it no longer compiles: aspnet/benchmarks/src/BenchmarksApps/Kestrel/PlatformBenchmarks/Data/EfDb.cs(28,30): error CS1061: 'DbContextOptionsBuilder' does not contain...
I run the benchmarks server on a slow (2MIPs) system. That exposes some rounding errors in the output Consider the out put below. Amost everything in this list (except integer...
https://github.com/drogonframework/drogon/blob/5c43b82dc27eb0e0ecedb524fa16bf942ddbe60a/build.sh#L51 With limited experience with drogon, it seems that all of build.sh can run as a user, except the install step which should be run as sudo (at least on...
Only plotascii when the app.ascii flag on the command line is true.
I am running QEMU on top of libfaketime so that the QEMU guest O/S perceives time (guest instructions per real time clock) at the same rate as the guest would...
## Byte Order Markers (BOM) in source code Most .cs files in the samples tree checkout on Linux from git with the 1st two characters a BOM. This is a...