From 93997a93e2ccd6464e7f1928c64334d585d7cbdd Mon Sep 17 00:00:00 2001 From: roworu <36964755+roworu@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:53:36 +0200 Subject: [PATCH] chore: update repo link for criterion (#1495) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a4cddaa3..723ae191a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Note: Pumpkin's clippy settings are relatively strict, this can be may frustrati #### Best Practice - **Writing Unit Tests:** When adding new features or modifying existing code, consider adding unit tests to prevent regressions in the future. Refer to the Rust documentation for guidance on writing tests: -- **Benchmarking:** If your changes might impact performance, consider adding benchmarks to track performance regressions or improvements. We use the Criterion library for benchmarking. Refer to their Quick Start guide for more information: +- **Benchmarking:** If your changes might impact performance, consider adding benchmarks to track performance regressions or improvements. We use the Criterion library for benchmarking. Refer to their Quick Start guide for more information: - **Clear and Concise Commit Messages:** Use clear and concise commit messages that describe the changes you've made. - **Code Style:** Adhere to consistent coding style throughout your contributions. - **Documentation:** If your changes introduce new functionality, consider updating the relevant documentation.