diff options
| author | Fuwn <[email protected]> | 2021-07-01 04:18:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 04:18:00 -0700 |
| commit | c1f2f340a3381b59ae7435a77215ce7faa05af03 (patch) | |
| tree | 93752c9135c80a39345a2922cba53eb54ea7467a /README.rst | |
| parent | feat(whirl_server): drone development implementation (diff) | |
| download | whirl-c1f2f340a3381b59ae7435a77215ce7faa05af03.tar.xz whirl-c1f2f340a3381b59ae7435a77215ce7faa05af03.zip | |
fix(readme): valgrind url
Diffstat (limited to 'README.rst')
| -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 |