mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
perf/latency: Add rust-toolchain to limbo benchmark
The benchmark uses coroutines, which require nightly so make that explicit.
This commit is contained in:
parent
e0b332e483
commit
62c480f6fb
2 changed files with 1 additions and 11 deletions
|
@ -72,14 +72,3 @@ The `simulator` directory contains a deterministic simulator for testing.
|
|||
What this means is that the behavior of a test run is deterministic based on the seed value.
|
||||
If the simulator catches a bug, you can always reproduce the exact same sequence of events by passing the same seed.
|
||||
The simulator also performs fault injection to discover interesting bugs.
|
||||
|
||||
## Building perf/latency
|
||||
|
||||
In order to build the perf/latency which simulates the multitenancy usage of Limbo, you will need to use the nightly compiler of Rust because it uses experimental features.
|
||||
|
||||
```
|
||||
rustup toolchain install nightly
|
||||
cd perf/latency/limbo
|
||||
cargo +nightly build
|
||||
```
|
||||
|
||||
|
|
1
perf/latency/limbo/rust-toolchain
Normal file
1
perf/latency/limbo/rust-toolchain
Normal file
|
@ -0,0 +1 @@
|
|||
nightly-2024-07-21
|
Loading…
Add table
Add a link
Reference in a new issue