The GitHub Actions job "cargo in / for tokio - Update #1136818178" on 
horaedb.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
9cec5636a80875a3d35a007d41cf5ee98fcf2dbb / Peiyang He 
<[email protected]>
feat: add hand-written Prometheus remote write request parser (#1628)

## Rationale

A hand-written remote write request parser to replace prost, with the
primary goal of achieving zero-allocation parsing.

## Detailed Changes

- The new `remote_write` directory contains the core implementation of
the hand-written parser.

- Add benchmarks.

- Add a .proto file in `pb_types`.

- Fix CI errors.

## Test Plan

- Unit tests can be found at the end of the `pb_reader.rs`.

- A comprehensive equivalence test is available in
`equivalence_test.rs`, which validates the correctness of the
hand-written parser by comparing its output with that of the prost
auto-generated parser.

Report URL: https://github.com/apache/horaedb/actions/runs/18878901662

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to