mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 19:49:33 +00:00
caa08d5eaa
* add readme * readme, basic examples * name changes, bin impl * example, docs * book * add `cuprate-criterion-example` * docs, tracing * fix clippy * docs * lib readme * json-rpc benchmarks * add to crates.md * add `fixme` * fix `cargo b` failing this `cfg()` existing makes a regular workspace `cargo b` fail * fix cargo.toml
5 lines
No EOL
246 B
Markdown
5 lines
No EOL
246 B
Markdown
# Benches
|
|
This directory contains Cuprate's benchmarks and benchmarking utilities.
|
|
|
|
See the [`Benchmarking` section in the Architecture book](https://architecture.cuprate.org/benchmarking/intro.html)
|
|
to see how to create and run these benchmarks. |