File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Rust Benches
2
2
on :
3
- push :
4
- branches : [main]
5
3
pull_request :
6
4
branches : [main]
7
5
Original file line number Diff line number Diff line change @@ -46,20 +46,25 @@ HEADLESS=true CHROME_PATH="/Applications/Brave Browser.app/Contents/MacOS/Brave
46
46
# Time took: 5.972425416s
47
47
```
48
48
49
- ## Benches
49
+ ## Running
50
50
51
51
When you run the benches make sure to pass in the CHROME_PATH env.
52
52
53
53
``` sh
54
54
HEADLESS=true CHROME_PATH=./chrome-headless-shell/chromium_headless_shell-1155/chrome-mac/headless_shell cargo bench
55
55
```
56
56
57
- ## Logs
57
+ ## Benchmarks
58
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.
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.
61
61
62
62
### Mac
63
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 )
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 )
You can’t perform that action at this time.
0 commit comments