• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-20241 KiB4028

aes_perf.expD03-May-2024690 228

bloat_perf.expD03-May-2024789 2611

dut_config.expD03-May-20242.6 KiB6722

enable_aslr.expD03-May-20241.3 KiB3814

morejs_perf.expD03-May-2024793 2611

non-telemetry-tests.expD03-May-2024846 3216

official-image.expD03-May-20241.2 KiB4215

page_cycler.expD03-May-2024850 2910

page_cycler_perf.expD03-May-20241.1 KiB4627

telemetry-crosperf-suites.expD03-May-20241.8 KiB5521

telemetry-crosperf-with-external-chrome-src.expD03-May-20241.1 KiB3211

telemetry-crosperf-with-profiler.expD03-May-20241.2 KiB3611

telemetry-crosperf.expD03-May-20241.2 KiB3313

telemetry-without-autotest.expD03-May-20241.3 KiB3211

telemetry_perf_perfD03-May-20242.4 KiB7845

trybot-image.expD03-May-20241 KiB3411

README.md

1# Experiment files
2
3To use these experiment files, replace the board, remote and images
4placeholders and run crosperf on them.
5
6Further information about crosperf:
7https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/crosperf-cros-image-performance-comparison-tool
8
9The final experiment file should look something like the following (but with
10different actual values for the fields):
11
12```
13board: lumpy
14remote: 123.45.67.089
15
16# Add images you want to test:
17
18my_image {
19  chromeos_image: /usr/local/chromeos/src/build/images/lumpy/chromiumos_test_image.bin
20}
21
22vanilla_image {
23   chromeos_root: /usr/local/chromeos
24   build: lumpy-release/R35-5672.0.0
25}
26
27# Paste experiment benchmarks here. Example, I pasted
28# `page_cycler_v2.morejs` here.
29
30# This experiment just runs a short autotest which measures the performance
31# of Telemetry's `page_cycler_v2.morejs`. In addition, it profiles cycles.
32
33perf_args: record -e cycles
34
35benchmark: page_cycler_v2.morejs {
36   suite: telemetry_Crosperf
37   iterations: 1
38}
39```
40