Skip to content

Commit c68b377

Browse files
committed
chore(docs): add linux benches
1 parent 527c9be commit c68b377

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/benches.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Rust Benches
22
on:
3-
push:
4-
branches: [main]
53
pull_request:
64
branches: [main]
75

benches/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,25 @@ HEADLESS=true CHROME_PATH="/Applications/Brave Browser.app/Contents/MacOS/Brave
4646
# Time took: 5.972425416s
4747
```
4848

49-
## Benches
49+
## Running
5050

5151
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
5555
```
5656

57-
## Logs
57+
## Benchmarks
5858

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.
59+
View the [benchmarks](./logs/) to see the runs with the machine used and history of the args for the performance.
60+
The `Argless` has the headless instance launched with minimal args required to run.
6161

6262
### Mac
6363

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)
64+
* [Darwin_v10cpu](./logs/Darwin_v10cpu_benchmark_logs.txt)
65+
* [Darwin_v10cpu Argless](./logs/Darwin_v10cpu_benchmark_noargs_logs.txt)
66+
67+
### Linux
68+
69+
* [Linux_v4cpu](./logs/Linux_v4cpu_benchmark_logs.txt)
70+
* [Linux_v4cpu Argless](./logs/Linux_v4cpu_benchmark_noargs_logs.txt)

0 commit comments

Comments
 (0)