dependabot[bot] e1cd56cdfc Bump h2 from 0.3.24 to 0.3.26 in /frameworks/Rust/pavex (#8840) 1 rok temu
..
api 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
api_sdk 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
blueprint 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
.dockerignore 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
Cargo.lock e1cd56cdfc Bump h2 from 0.3.24 to 0.3.26 in /frameworks/Rust/pavex (#8840) 1 rok temu
Cargo.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
README.md 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
benchmark_config.json 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
pavex.dockerfile 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
rust-toolchain.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu
rustfmt.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) 2 lat temu

README.md

pavex Benchmarking Test

Benchmark implementations for pavex.

How to update

The pavex_cli binary must be installed in order to (re)generate the api_sdk library crate.
You can install it via cargo using:

# Replace `XXXXXX` with the revision of `pavex` found in `blueprint/Cargo.toml`.
cargo install pavex_cli --git "https://github.com/LukeMathWalker/pavex.git" --rev XXXXXX

You should also install the cargo-px CLI:

cargo install [email protected] --locked 

You can then (re)generate api_sdk by running:

cargo px check

Test URLs

JSON

Not implemented

PLAINTEXT

http://localhost:8000/plaintext

DB

Not implemented

QUERY

Not implemented

CACHED QUERY

Not implemented

UPDATE

Not implemented

FORTUNES

Not implemented