Skip to content

Commit

Permalink
chore(readme): Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Oct 8, 2024
1 parent 5826b0f commit be0c653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cargo run -- help
To contribute fork the repo, do your changes and submit a PR. Make sure that your PR passes `make check`. View issues tagged with "good first issue" for stuff to-do. If your PR tries to tackle with performance, please include a simple benchmark/profile, showing your results.

## Documentation
The documentation (WIP/Unfinished) is provided as a latex and [pdf](./docs/CMBR.pdf) file
The documentation (WIP/Unfinished) is provided as a [markdown](./docs/CMBR.md) file

## License
The software is distributed under the GPL-3.0 License
Expand Down
5 changes: 5 additions & 0 deletions libcmbr/src/cmbr/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ mod cmbr_tests {
}

// FIXME: bench_san_cmbr is broken
#[cfg(feature = "benchmark")]
#[bench]
fn bench_san_cmbr(_b: &mut Bencher) {
unimplemented!()
}
// #[cfg(feature = "benchmark")]
// #[bench]
// fn bench_san_cmbr(b: &mut Bencher) {
Expand Down

0 comments on commit be0c653

Please sign in to comment.