Luca Palmieri 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
..
api 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
api_sdk 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
blueprint 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
.dockerignore 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
Cargo.lock 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
Cargo.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
README.md 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
benchmark_config.json 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
pavex.dockerfile 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
rust-toolchain.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren
rustfmt.toml 922ad8e3ef [Rust] Add pavex framework to the Rust folder (#8162) vor 2 Jahren

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