File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ To generate custom test descriptions for gtest executables (ie the test
150
150
executables that are used by chromium), you can use the ` list_gtests.py ` script.
151
151
This script doesn't need to be used for running the chromium performance tests
152
152
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
154
154
interested in using tests from a different project that also uses gtest.
155
155
156
156
Example:
@@ -184,4 +184,4 @@ PYTHONPATH=$PYTHONPATH:. python3 ./compiler_opt/benchmark/benchmark_report_conve
184
184
--out=reports.csv
185
185
```
186
186
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.
You can’t perform that action at this time.
0 commit comments