[llvm] b561fd3 - [docs] Fix broken link in Benchmarking docs (#88117)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 14:06:45 PDT 2024


Author: Youngsuk Kim
Date: 2024-04-09T17:06:41-04:00
New Revision: b561fd37266753c645f073b7fabf7a75cf65d2ec

URL: https://github.com/llvm/llvm-project/commit/b561fd37266753c645f073b7fabf7a75cf65d2ec
DIFF: https://github.com/llvm/llvm-project/commit/b561fd37266753c645f073b7fabf7a75cf65d2ec.diff

LOG: [docs] Fix broken link in Benchmarking docs (#88117)

Fixes #58813

Added: 
    

Modified: 
    llvm/docs/Benchmarking.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Benchmarking.rst b/llvm/docs/Benchmarking.rst
index 0f88db745a6862..7deb221446067f 100644
--- a/llvm/docs/Benchmarking.rst
+++ b/llvm/docs/Benchmarking.rst
@@ -10,9 +10,9 @@ For benchmarking a patch we want to reduce all possible sources of
 noise as much as possible. How to do that is very OS dependent.
 
 Note that low noise is required, but not sufficient. It does not
-exclude measurement bias. See
-https://www.cis.upenn.edu/~cis501/papers/producing-wrong-data.pdf for
-example.
+exclude measurement bias.
+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>`_
+for example.
 
 General
 ================================


        


More information about the llvm-commits mailing list