Skip to content

Commit 8e33a03

Browse files
committed
chore(docs): add logs note
1 parent 9fcf7ee commit 8e33a03

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

benches/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,14 @@ When you run the benches make sure to pass in the CHROME_PATH env.
5252

5353
```sh
5454
HEADLESS=true CHROME_PATH=./chrome-headless-shell/chromium_headless_shell-1155/chrome-mac/headless_shell cargo bench
55-
```
55+
```
56+
57+
## Logs
58+
59+
View the [logs](./logs/) to see the runs with the machine used and history of the args for the performance.
60+
The `noargs_log` has the headless instance launched with minimal args required to run.
61+
62+
### Mac
63+
64+
[Darwin_v10cpu_benchmark_logs.txt](./logs/Darwin_v10cpu_benchmark_logs.txt)
65+
[Darwin_v10cpu_benchmark_noargs_logs.txt](./logs/Darwin_v10cpu_benchmark_noargs_logs.txt)

0 commit comments

Comments
 (0)