-
The sec/op has increase ~1000% for the microbenchmarks ` pkg/raft→Status/members=1/BasicStatus-32`, `pkg/raft→Status/members=5/BasicStatus-32`
We need to investigate what happened and fix the regre…
-
In my [book](https://www.bwplotka.dev/book), I mentioned amazing work [Vitess](https://benchmark.vitess.io/) has done. They have nightly run of unit and macro tests on some cloud provider. It would be…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [3db080c12ff2bf6fd4acc09109edeaee7c087dbb](https://github.com/dotnet/runtime/co…
-
## Feature Request
### Is your feature request related to a problem? Please describe:
TiKV depends on grpcio, jemallocator and rust-rocksdb, all of them use a lot of C/C++ code. Currently, cross l…
-
How to run the benchmarks:
```cmd
git clone https://github.com/dotnet/performance.git
# if you have .NET Core 3.0 installed
dotnet run -c Release -f netcoreapp3.0 -p .\performance\src\benchmarks…
-
"User journey" issue for perf try runs.
I repeatedly find myself in the situation where I want to get a rough performance overview of a couple of microbenchmarks on a few platforms (e.g. speedomete…
-
I've been unable to identify the cause so far, but https://github.com/dotnet/perf-autofiling-issues/issues/29881 shows regressions in the range of 1.1x to 1.3x across various vector microbenchmarks, a…
-
## 🚀 Feature
We have custom [type casters for pybind11](https://github.com/pytorch/pytorch/blob/11a40410e755b1fe74efe9eaa635e7ba5712846b/torch/csrc/utils/pybind.h#L26).
pybind11 has support fo…
-
This snippet of code in your `set_context` subroutine:
```asm
pushq %r8
xorl %eax, %eax
ret
```
should be changed to:
```asm
xorl %eax, %eax
jmp *%r8
```
And likewise with…
-
As a general best practice, having benches set up helps to understand which parts of the application are worth investing time and energy into optimizing for machine execution rather than product execu…