From be0c6534b873fc4e32ba0cb04c7e9031bd1a0e14 Mon Sep 17 00:00:00 2001 From: datawater <86855332+datawater@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:24:56 +0400 Subject: [PATCH] chore(readme): Updated readme --- README.md | 2 +- libcmbr/src/cmbr/tests.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed17ea..a37ac1b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/libcmbr/src/cmbr/tests.rs b/libcmbr/src/cmbr/tests.rs index 496bce4..7e5ce50 100644 --- a/libcmbr/src/cmbr/tests.rs +++ b/libcmbr/src/cmbr/tests.rs @@ -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) {