• Home
Name Date Size #Lines LOC

..--

experiment_files/03-May-2024-627257

perf_files/03-May-2024-735731

test_cache/03-May-2024-1515

README.mdD03-May-20241.3 KiB4632

benchmark.pyD03-May-20242.8 KiB9264

benchmark_run.pyD03-May-202411.3 KiB351297

benchmark_run_unittest.pyD03-May-202416.6 KiB546454

benchmark_unittest.pyD03-May-20242.4 KiB8560

column_chart.pyD03-May-20242.2 KiB7053

compare_machines.pyD03-May-20241.7 KiB7250

config.pyD03-May-2024305 166

config_unittest.pyD03-May-20241.5 KiB5322

crosperfD03-May-2024249 82

crosperf.pyD03-May-20244.6 KiB158112

crosperf_autolock.pyD03-May-20249.6 KiB314252

crosperf_unittest.pyD03-May-20242.5 KiB9166

default-telemetry-results.jsonD03-May-20244.9 KiB177176

default_remotesD03-May-2024426 76

download_images.pyD03-May-202415.1 KiB400301

download_images_buildid_test.pyD03-May-20244.2 KiB13394

download_images_unittest.pyD03-May-202411.7 KiB317220

experiment.pyD03-May-20249.3 KiB269214

experiment_factory.pyD03-May-202424.5 KiB673566

experiment_factory_unittest.pyD03-May-202419 KiB531438

experiment_file.pyD03-May-20249.3 KiB242191

experiment_file_unittest.pyD03-May-20247.5 KiB269216

experiment_runner.pyD03-May-202415.3 KiB403333

experiment_runner_unittest.pyD03-May-202420.1 KiB568488

experiment_status.pyD03-May-20246.4 KiB168123

field.pyD03-May-20243.9 KiB168128

flag_test_unittest.pyD03-May-20241.4 KiB4518

generate_report.pyD03-May-202410.4 KiB307240

generate_report_unittest.pyD03-May-20246.1 KiB175135

help.pyD03-May-20244.3 KiB127100

image_checksummer.pyD03-May-20242.9 KiB8567

label.pyD03-May-20246.1 KiB204168

machine_image_manager.pyD03-May-202410.4 KiB316208

machine_image_manager_unittest.pyD03-May-202412 KiB340286

machine_manager.pyD03-May-202428.2 KiB795634

machine_manager_unittest.pyD03-May-202435.5 KiB962811

mock_instance.pyD03-May-20242.9 KiB172150

results_cache.pyD03-May-202462.5 KiB1,6701,318

results_cache_unittest.pyD03-May-202495.1 KiB2,3322,033

results_organizer.pyD03-May-20248.4 KiB233173

results_organizer_unittest.pyD03-May-20244.7 KiB164143

results_report.pyD03-May-202432.5 KiB918742

results_report_templates.pyD03-May-20245.5 KiB227187

results_report_unittest.pyD03-May-202418.4 KiB503402

run_tests.shD03-May-2024109 71

schedv2.pyD03-May-202415.8 KiB480346

schedv2_unittest.pyD03-May-20248.8 KiB250188

settings.pyD03-May-20243.6 KiB11292

settings_factory.pyD03-May-202418.9 KiB574552

settings_factory_unittest.pyD03-May-20244.7 KiB12294

settings_unittest.pyD03-May-20249.3 KiB294245

suite_runner.pyD03-May-202415.1 KiB435312

suite_runner_unittest.pyD03-May-202413 KiB412359

test_flag.pyD03-May-2024313 176

translate_xbuddy.pyD03-May-20241.2 KiB4326

unittest_keyval_file.txtD03-May-20242.2 KiB2120

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
41# default_remotes
42
43This is the list of machines allocated for toolchain team.
44This should be kept in sync with:
45https://chromeos-swarming.appspot.com/botlist?c=id&c=task&c=label-board&c=label-pool&c=os&c=status&d=asc&f=label-pool%3Atoolchain&k=label-pool&s=id
46