Skip to content

Commit e3e060a

Browse files
committed
buildbot-benchmark: move to AOSC-Dev/buildbot-benchmark
1 parent ab59d31 commit e3e060a

File tree

2 files changed

+1
-285
lines changed

2 files changed

+1
-285
lines changed

buildbot-benchmark/README.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
11
buildbot-benchmark.bash
22
=======================
33

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).

buildbot-benchmark/buildbot-benchmark.bash

-258
This file was deleted.

0 commit comments

Comments
 (0)