-
this will make it easier and faster to monitor and analyze our performance situation in the database. we should also consider making a simple performance test suite (especially for `formList`, `submis…
-
## What's the task? Please describe
https://ci.longhorn.io/job/private/job/longhorn-benchmark-test/
## Describe the items of the task (DoD, definition of done) you'd like
> Please use a task li…
-
**Problem Statement**
1. Performance tests are not integrated with CI. We do not run any performance tests during PR validation and nightly tests. We will not be able to catch performance leaks ear…
-
Would it be possible to report vector search recall in addition to QPS? When assessing vector search, users are interested in both computational performance and accuracy.
Tracking recall through n…
-
Hi,
is there any way to configure listening port + run Connect action + run Capture action via command line or by any remote command?
I have EasyProfiler integrated into my testing system and wo…
-
We keep this issue open to track local patches that should be applied once integration has caught up.
This issue is pinned to the #llvm-integrate channel on Discord.
In order to add a required p…
-
### Details
Implement Linpack in Rust, and place it in `rust/linpack/Linpack.rs`. Implement all the required functions
See `go/linpack/Linpack.go`, `javascript/linpack/Linpack.js`, `php/linpack/Lin…
-
We keep this issue open to collect feature requests from users and hear your voice.
You can either:
1. Suggest a new feature by leaving a comment.
2. Vote for a feature request with 👍 or be a…
-
In https://github.com/flutter/flutter/pull/106621 , I switched the implementation of the default page transition to use a cached implementation. This allowed flutter to hit frame rate targets in our b…
-
We have fast bulk iterators...
See PR https://github.com/RoaringBitmap/RoaringBitmap/pull/243
We'd like to support them using the flyweight model.