From dc08b03ce21ac52279837bdd7b18833c459f171d Mon Sep 17 00:00:00 2001 From: Phineas Su Date: Wed, 15 Jul 2026 17:47:20 +0000 Subject: [PATCH] docs: fix typos and markdown link formatting in README and CONTRIBUTING Signed-off-by: Phineas Su --- CONTRIBUTING | 8 +++----- README | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 2827b7d..81dfba7 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -2,8 +2,7 @@ Want to contribute? Great! First, read this page (including the small print at t ### Before you contribute Before we can use your code, you must sign the -[Google Individual Contributor License Agreement] -(https://cla.developers.google.com/about/google-individual) +[Google Individual Contributor License Agreement](https://cla.developers.google.com/about/google-individual) (CLA), which you can do online. The CLA is necessary mainly because you own the copyright to your changes, even after your contribution becomes part of our codebase, so we need your permission to use and distribute your code. We also @@ -18,10 +17,9 @@ frustration later on. ### Code reviews All submissions, including submissions by project members, require review. We -use Github pull requests for this purpose. +use GitHub pull requests for this purpose. ### The small print Contributions made by corporations are covered by a different agreement than the one above, the -[Software Grant and Corporate Contributor License Agreement] -(https://cla.developers.google.com/about/google-corporate). +[Software Grant and Corporate Contributor License Agreement](https://cla.developers.google.com/about/google-corporate). diff --git a/README b/README index 2b64260..a523925 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Multichase - a pointer chaser benchmark -Multiload - a superset of multichase which runs latency, memory bandwidth, and loaded-latency +Multiload - a superset of multichase which runs latency, memory bandwidth, and loaded-latency tests 1/ BUILD @@ -27,7 +27,7 @@ Multiload - a superset of multichase which runs latency, memory bandwidth, and l $ multichase -m 4m -s 64 - - Pointer chase through an array of 1GB for 10 seconds (-n is the number of 0.5 second samples): + - Pointer chase through an array of 1GB for 10 seconds (-n is the number of 0.5 second samples): $ multichase -m 1g -n 20