Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 699 Bytes

buildbot-benchmark.bash

Standardised benchmark for AOSC Buildbots. This benchmark tests the relative performance by building LLVM's core runtime using Ninja.

Usage

Run the benchmark by executing the script:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/AOSC-Dev/buildbot-benchmark/master/buildbot-benchmark.bash)"

Collect "Real" time output from time output:

real    7m30.250s       7023.34%
user    484m4.777s
sys     42m40.285s

Calculate seconds, rounding up decimals:

echo $((7*60 + 31))s

Input benchmark results under the "Speed" column in the Buildbots page.