-
See https://github.com/dotnet/runtime/issues/84264 for context
A number of microbenchmarks—particularly those under `System.Text.Json`—run out of budget when run with TieredPGO.
* [Sys…
-
This is failing on `PERFTIGER198`, which often hits odd errors, like inexplicable emcc/clang crashes. This machine might be in need of a memtest.
[Build](https://dev.azure.com/dnceng/internal/_buil…
-
### Proposal
As per https://github.com/prometheus/prometheus/pull/14925, our code tends to change, but microbenchmarks (`func BenchmarkXYZ(b *testing.B)`) decay. They always build, but the they decay…
-
[Failing dotnet-runtime-perf build](https://dev.azure.com/dnceng/internal/_build/results?buildId=2233843&view=results):
```
$ dotnet build /home/helixbot/work/A2B50911/w/A6DF08E3/e/performance/src…
-
I noticed some oddities in the micro-benchmarks, e.g.:
Here is a cmd script to reproduce them:
```
dotnet run -c Release -f net5.0 -- --artifacts C:\prj\arts\base --coreRun path\to\corerun.exe --…
-
With #57921, we introduced a new `SequenceReader.TryReadExact` method. We need to implement microbenchmarks for this new API, evaluate the performance, and determine if the performance meets our expe…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [4602f78bd93f14be24d2e89afde28e9f5ba5a33c](https://github.com/dotnet/runtime/co…
-
If `--join` is omitted, no error is thrown.
Repro:
Run this command:
```ps1
dotnet run -c Release -f net9.0 --join --anyCategories Linq
```
Over the [micro benchmarks in dotnet/performance](https…
-
Repro:
```cmd
py .\scripts\benchmarks_ci.py -f net9.0 --filter *Json_FromString.Jil*
```
Error msg:
```log
// Benchmark Process Environment Information:
// BenchmarkDotNet v0.13.13-nigh…
-
To follow up the @linas comment: [here](https://github.com/opencog/benchmark/pull/5#issuecomment-384328390) and to not reinvent the wheel I would propose using some ready C++ benchmarking library.
…