-
When I run 'make TAGS=wip test-bdd', I get errors:
```
AlgoreaBackend % make TAGS=wip test-bdd
# to pass args: make TAGS=wip test-bdd
BDDTESTGEN_MODE=subpackages go generate ./...
go test -gcflag…
-
Should be completed after https://github.com/mila-iqia/mila-docs/issues/247
Now that we have an example of how to benchmark the throughput and identify bottlenecks in the mila-docs, the research pro…
-
Description
===========
While load testing a microservice that uses a kafka producer, I noticed that the service uses rather high memory allocations.
When profiling the service, the following was d…
-
To achieve the design goal of keeping the size of `ostd` to a bare minimum, this proposal suggests extracting all page allocation code from `ostd`. This can be done by allowing users to implement a cu…
-
### System Info
Built tensorrtllm_backend from source using dockerfile/Dockerfile.trt_llm_backend
tensorrt_llm 0.13.0.dev2024081300
tritonserver 2.48.0
triton image: 24.07
Cuda 12.5
### Wh…
-
Hello all,
**Describe the bug**
When I click an effect icon on the toolbar, or click the effect icon in the effect setting window, the software will crash.
**To Reproduce**
1) Create a new ani…
-
# Focus Area
As we look forward to the advancements in .NET 10, there are several key areas of focus that will drive development and improvements within JIT. These priorities aim to enhance performan…
-
### Package
Sentry.AspNetCore
### .NET Flavor
.NET
### .NET Version
8.0.0
### OS
Linux
### SDK Version
4.13.0
### Self-Hosted Sentry Version
24.10.0
### Steps to Reproduce
in the .Net 8.0…
-
### Proposal Details
### Summary
I propose that the heap profiler cross system stack transitions in tracebacks, to be consistent with the other profilers.
The user-visible changes would be:
…
-
## Description
The current implementation of the `LineToEvents` method in `pkg/line/line.go` returns multiple events, which results in a lot of allocations in the statsd-exporter. We propose changing…