We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcf7ee commit 8e33a03Copy full SHA for 8e33a03
benches/README.md
@@ -52,4 +52,14 @@ When you run the benches make sure to pass in the CHROME_PATH env.
52
53
```sh
54
HEADLESS=true CHROME_PATH=./chrome-headless-shell/chromium_headless_shell-1155/chrome-mac/headless_shell cargo bench
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