Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ken-matsui/mini-morello
https://github.com/ken-matsui/mini-morello
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ken-matsui/mini-morello
- Owner: ken-matsui
- Created: 2023-02-22T06:58:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:01:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T13:17:50.964Z (3 months ago)
- Language: Rust
- Homepage: https://kmatsui.dev/mini-morello/
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# morello-rs
```shell
cargo test
```## Benchmark
```shell
cargo install cargo-criterion
``````shell
cargo criterion
``````shell
open ./target/criterion/reports/index.html
``````shell
mv ./target/criterion/reports ./reports/7-something
``````shell
scp -r [email protected]:/homes/iws/$NETID/morello-rs/target/criterion/reports ./reports/7-something
```