Skip to content

Commit 109b5b8

Browse files
authored
Fix spelling in benchmarking.md
1 parent 3ef3806 commit 109b5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/benchmarking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To generate custom test descriptions for gtest executables (ie the test
150150
executables that are used by chromium), you can use the `list_gtests.py` script.
151151
This script doesn't need to be used for running the chromium performance tests
152152
unless you are interested in adjusting the currently set test descriptions
153-
availble in `/compiler_opt/benchmark/chromium_test_descriptions` or are
153+
available in `/compiler_opt/benchmark/chromium_test_descriptions` or are
154154
interested in using tests from a different project that also uses gtest.
155155

156156
Example:
@@ -184,4 +184,4 @@ PYTHONPATH=$PYTHONPATH:. python3 ./compiler_opt/benchmark/benchmark_report_conve
184184
--out=reports.csv
185185
```
186186
This will create `reports.csv` with a line for each test thhat contains information
187-
about the differences in performance counters for that specific test.
187+
about the differences in performance counters for that specific test.

0 commit comments

Comments
 (0)