Skip to content

Commit b561fd3

Browse files
authored
[docs] Fix broken link in Benchmarking docs (llvm#88117)
Fixes llvm#58813
1 parent b79db39 commit b561fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/Benchmarking.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ For benchmarking a patch we want to reduce all possible sources of
1010
noise as much as possible. How to do that is very OS dependent.
1111

1212
Note that low noise is required, but not sufficient. It does not
13-
exclude measurement bias. See
14-
https://www.cis.upenn.edu/~cis501/papers/producing-wrong-data.pdf for
15-
example.
13+
exclude measurement bias.
14+
See `"Producing Wrong Data Without Doing Anything Obviously Wrong!" by Mytkowicz, Diwan, Hauswith and Sweeney (ASPLOS 2009) <https://users.cs.northwestern.edu/~robby/courses/322-2013-spring/mytkowicz-wrong-data.pdf>`_
15+
for example.
1616

1717
General
1818
================================

0 commit comments

Comments
 (0)