Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradeveloper committed Jun 9, 2024
1 parent f2ac53b commit 7b98ec0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions doc/src/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Build

(lolraft crate only) The proto file should be compiled manually if you changed the proto file.
The proto file should be compiled manually if you changed the proto file.
In this case, please run `cargo run -p codegen`.

## Test
## Testing

For testing, lolraft makes use of docker-compose.

Expand Down Expand Up @@ -42,6 +42,14 @@ graph
DEV -->|command| APP3
```

## Benchmark

You can run benchmark in a similar way as testing.

- `docker compose build` to build test application.
- TERM1: `./dev`
- TERM1: `cargo +nightly bench`.

## Documentation

You can modify the documentations.
Expand Down
2 changes: 1 addition & 1 deletion doc/src/multi-threading.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Orbit Pattern
# Multi Threading

Inside RaftProcess, there is a state called `RaftCore` and
many threads to process it concurrently on an event-driven basis,
Expand Down

0 comments on commit 7b98ec0

Please sign in to comment.