Skip to content

Commit

Permalink
Update "Microbenchmarks" link to "Executable Benchmarks" in benchmark…
Browse files Browse the repository at this point in the history
…ing.md (#7602)
  • Loading branch information
KoolJBlack committed Nov 11, 2021
2 parents 3616d11 + 12d3b28 commit 954b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/developing_iree/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It measures timing for the whole process of invoking a function through the VM,
including allocating and freeing output buffers. This is a high-level benchmark
of an entire invocation flow. It provides a big picture view, but depends on
many different variables, like an integration test. For finer-grained
measurements more akin to unit tests, see [Microbenchmarks](#microbenchmarks).
measurements more akin to unit tests, see [Executable Benchmarks](#executable-benchmarks).

To use `iree-benchmark-module`, generate an IREE module for the target backend:

Expand Down

0 comments on commit 954b749

Please sign in to comment.