From 12d3b2882ce87f5a53a3213c09994ffb8e1e55d5 Mon Sep 17 00:00:00 2001 From: Kojo Acquah Date: Wed, 10 Nov 2021 20:53:53 -0800 Subject: [PATCH] fix broken link --- docs/developers/developing_iree/benchmarking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/developing_iree/benchmarking.md b/docs/developers/developing_iree/benchmarking.md index 3694cf10092f..d1eb44cb4c6a 100644 --- a/docs/developers/developing_iree/benchmarking.md +++ b/docs/developers/developing_iree/benchmarking.md @@ -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: