[lld] r314862 - Add a note on where to get a lld benchmark.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 16:44:24 PDT 2017


Author: rafael
Date: Tue Oct  3 16:44:24 2017
New Revision: 314862

URL: http://llvm.org/viewvc/llvm-project?rev=314862&view=rev
Log:
Add a note on where to get a lld benchmark.

Modified:
    lld/trunk/README.md

Modified: lld/trunk/README.md
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/README.md?rev=314862&r1=314861&r2=314862&view=diff
==============================================================================
--- lld/trunk/README.md (original)
+++ lld/trunk/README.md Tue Oct  3 16:44:24 2017
@@ -9,3 +9,12 @@ infrastructure project.
 lld is open source software. You may freely distribute it under the terms of
 the license agreement found in LICENSE.txt.
 
+Benchmarking
+============
+
+In order to make sure various developers can evaluate patches over the
+same tests, we create a collection of self contained programs.
+
+It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz
+
+The current sha256 is 4818e8d38961503a04a73597b0da1242c39efc9df2ceb6dfca4ed36845239863.




More information about the llvm-commits mailing list