File tree 2 files changed +1
-285
lines changed
2 files changed +1
-285
lines changed Original file line number Diff line number Diff line change 1
1
buildbot-benchmark.bash
2
2
=======================
3
3
4
- Standardised benchmark for AOSC Buildbots. This benchmark tests the relative
5
- performance by building LLVM's core runtime using Ninja.
6
-
7
- Usage
8
- -----
9
-
10
- Run the benchmark by executing the script:
11
-
12
- ```
13
- bash ./buildbot-benchmark.bash
14
- ```
15
-
16
- Collect "Real" time output from ` time ` output:
17
-
18
- ```
19
- real 7m30.250s 7023.34%
20
- user 484m4.777s
21
- sys 42m40.285s
22
- ```
23
-
24
- Calculate seconds, rounding up decimals:
25
-
26
- ```
27
- echo $((7*60 + 31))s
28
- ```
29
-
30
- Input benchmark results under the "Speed" column in the [ Buildbots] ( https://wiki.aosc.io/developer/infrastructure/buildbots/ ) page.
4
+ Moved to [ AOSC-Dev/buildbot-benchmark] ( https://github.com/AOSC-Dev/buildbot-benchmark ) .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments