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

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