diff options
| author | Fuwn <[email protected]> | 2021-07-01 04:18:00 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 04:18:00 +0000 |
| commit | 788f3841c015bd166e0f9302c729c5d9f6cb0cdb (patch) | |
| tree | f8b0017d7e912d213c233ed411a7cd66d446b35a | |
| parent | feat(whirl_server): drone development implementation (diff) | |
| download | whirl-788f3841c015bd166e0f9302c729c5d9f6cb0cdb.tar.xz whirl-788f3841c015bd166e0f9302c729c5d9f6cb0cdb.zip | |
fix(readme): valgrind url
| -rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -105,8 +105,7 @@ Benchmarking For the time being; benchmarking is only available for \*nix-based environments as the benchmarking utility currently in place, `Iai <https://github.com/bheisler/iai>`_, has a hard dependency on -`Valgrind <https://github.com/bheisler/iai>`_ which is only accessible within \*nix-based -environments. +`Valgrind <https://www.valgrind.org/>`_ which is only accessible within \*nix-based environments. More so, the current benchmarks which have been set-up do not cover the full extent of Whirl, but a small portion of the crates which make up Whirl as a whole. In the future, benchmarks may be |