• Home
Name Date Size #Lines LOC

..--

experiment_files/03-May-2024-628257

perf_files/03-May-2024-735731

test_cache/03-May-2024-1515

README.mdD03-May-20241.3 KiB4632

benchmark.pyD03-May-20242.8 KiB8862

benchmark_run.pyD03-May-20249.4 KiB267213

benchmark_run_unittest.pyD03-May-202415 KiB443350

benchmark_unittest.pyD03-May-20242.1 KiB7348

column_chart.pyD03-May-20242 KiB6447

compare_machines.pyD03-May-20241.7 KiB6846

config.pyD03-May-2024324 166

config_unittest.pyD03-May-20241.5 KiB5423

crosperfD03-May-2024272 82

crosperf.pyD03-May-20244.5 KiB153106

crosperf_autolock.pyD03-May-20249.3 KiB282223

crosperf_unittest.pyD03-May-20242.5 KiB9167

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

default_remotesD03-May-2024643 98

download_images.pyD03-May-202413.4 KiB328229

download_images_buildid_test.pyD03-May-20243.9 KiB11577

download_images_unittest.pyD03-May-202410.6 KiB278181

experiment.pyD03-May-20248 KiB231174

experiment_factory.pyD03-May-202420.7 KiB509405

experiment_factory_unittest.pyD03-May-202417.3 KiB449357

experiment_file.pyD03-May-20247.7 KiB221172

experiment_file_unittest.pyD03-May-20247.2 KiB252200

experiment_runner.pyD03-May-202413.7 KiB364293

experiment_runner_unittest.pyD03-May-202418.2 KiB502421

experiment_status.pyD03-May-20245.7 KiB150105

field.pyD03-May-20243.9 KiB157117

flag_test_unittest.pyD03-May-20241.3 KiB4619

generate_report.pyD03-May-20249.8 KiB284217

generate_report_unittest.pyD03-May-20245.8 KiB179140

help.pyD03-May-20244.1 KiB11993

image_checksummer.pyD03-May-20242.4 KiB7456

label.pyD03-May-20245.7 KiB189153

machine_image_manager.pyD03-May-20249.6 KiB310202

machine_image_manager_unittest.pyD03-May-202410.8 KiB310256

machine_manager.pyD03-May-202424.9 KiB729569

machine_manager_unittest.pyD03-May-202433.9 KiB854702

mock_instance.pyD03-May-20242.9 KiB154133

results_cache.pyD03-May-202453.9 KiB1,4771,125

results_cache_unittest.pyD03-May-202488.9 KiB2,1541,859

results_organizer.pyD03-May-20247.8 KiB229170

results_organizer_unittest.pyD03-May-20244.4 KiB171150

results_report.pyD03-May-202429.2 KiB824647

results_report_templates.pyD03-May-20245.5 KiB206167

results_report_unittest.pyD03-May-202417.3 KiB464362

run_tests.shD03-May-2024131 71

schedv2.pyD03-May-202413.8 KiB450314

schedv2_unittest.pyD03-May-20248 KiB226165

settings.pyD03-May-20243.2 KiB8767

settings_factory.pyD03-May-202416.8 KiB424402

settings_factory_unittest.pyD03-May-20244.5 KiB11688

settings_unittest.pyD03-May-20248 KiB239188

suite_runner.pyD03-May-202412 KiB333226

suite_runner_unittest.pyD03-May-202411.3 KiB305250

test_flag.pyD03-May-2024332 176

translate_xbuddy.pyD03-May-20241.2 KiB4024

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