-
The idea is to improve performance triage for complex cases (i.e. https://github.com/dotnet/perf-autofiling-issues/issues/11539 and https://github.com/dotnet/perf-autofiling-issues/issues/11536) by bi…
-
The [PerfLabTests.StackWalk.Walk](https://github.com/dotnet/performance/blob/master/src/benchmarks/micro/coreclr/perflab/StackWalk.cs) is very unique, it uses `GC.Collect(0)` to test the performance o…
-
There is no highly specific use case in mind here, but this could be great for data exploration. "What are the different things we measure?" at the highest level: duration, throughput, ... -- that inf…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [b6b0fb1e0b135c774b797d7c04de7729bee99e91](https://github.com/dotnet/runtime/co…
-
Abserde should be really, really fast. We should benchmark it to prove it. Also, maybe profile things as well?
-
There are two versions of this test:
`tests/tt_metal/tt_metal/perf_microbenchmark/old/pcie/test_rw_buffer.cpp`
`tests/tt_metal/tt_metal/perf_microbenchmark/3_pcie_transfer/test_rw_buffer.cpp`
Th…
-
After https://github.com/thanos-io/thanos/pull/4818 has been merged, I am writing down a list of TODO:
- [ ] Make pull request that pushes changes (Thanos update) back into Cortex
- [x] Write docu…
-
```
After printing my config, I realized the benchmark is trying to upload results
to https://microbenchmarks.appspot.com.
while this is generally a nice idea, there are some problems:
1. this is no…
-
[microbenchmarks/main.pony](microbenchmarks/main.pony) is a frame to start working on benchmarks.
There are some benchmarks in the Go version that could be ported for comparison: https://github.co…
d-led updated
5 years ago
-
Dear maintainers,
I have an application that could be made into a performance benchmark for IntMap.
It is similar to what fgl (functional graph library) does, but for a specific use case.
Source: ht…