• Home
Name Date Size #Lines LOC

..--

experiment_files/06-Sep-2024-627257

perf_files/06-Sep-2024-735731

test_cache/06-Sep-2024-1515

README.mdD06-Sep-20241.2 KiB4531

benchmark.pyD06-Sep-20244.1 KiB13092

benchmark_run.pyD06-Sep-202411.3 KiB351297

benchmark_run_unittest.pyD06-Sep-202416.6 KiB546454

benchmark_unittest.pyD06-Sep-20242.4 KiB8560

column_chart.pyD06-Sep-20242.2 KiB7053

compare_machines.pyD06-Sep-20241.7 KiB7250

config.pyD06-Sep-2024305 166

config_unittest.pyD06-Sep-20241.5 KiB5322

crosperfD06-Sep-2024249 82

crosperf.pyD06-Sep-20244.6 KiB158112

crosperf_autolock.pyD06-Sep-20249.6 KiB314252

crosperf_unittest.pyD06-Sep-20242.5 KiB9166

default-telemetry-results.jsonD06-Sep-20244.9 KiB177176

default_remotesD06-Sep-2024426 76

download_images.pyD06-Sep-202415.4 KiB413314

download_images_buildid_test.pyD06-Sep-20244.2 KiB13394

download_images_unittest.pyD06-Sep-202412.8 KiB349249

experiment.pyD06-Sep-20249.4 KiB273219

experiment_factory.pyD06-Sep-202421.5 KiB583488

experiment_factory_unittest.pyD06-Sep-202420.9 KiB579481

experiment_file.pyD06-Sep-20249.3 KiB242191

experiment_file_unittest.pyD06-Sep-20247.5 KiB269216

experiment_runner.pyD06-Sep-202415.8 KiB413342

experiment_runner_unittest.pyD06-Sep-202420.1 KiB568488

experiment_status.pyD06-Sep-20246.4 KiB168123

field.pyD06-Sep-20243.9 KiB168128

flag_test_unittest.pyD06-Sep-20241.4 KiB4518

generate_report.pyD06-Sep-202410.4 KiB307240

generate_report_unittest.pyD06-Sep-20246.1 KiB175135

help.pyD06-Sep-20244.3 KiB127100

image_checksummer.pyD06-Sep-20242.9 KiB8567

label.pyD06-Sep-20246.1 KiB204168

machine_image_manager.pyD06-Sep-202410.4 KiB316208

machine_image_manager_unittest.pyD06-Sep-202412 KiB340286

machine_manager.pyD06-Sep-202428.5 KiB810649

machine_manager_unittest.pyD06-Sep-202435.5 KiB962811

mock_instance.pyD06-Sep-20242.9 KiB172150

results_cache.pyD06-Sep-202463 KiB1,6841,332

results_cache_unittest.pyD06-Sep-202496.2 KiB2,3632,067

results_organizer.pyD06-Sep-20248.4 KiB233173

results_organizer_unittest.pyD06-Sep-20244.7 KiB164143

results_report.pyD06-Sep-202432.5 KiB918742

results_report_templates.pyD06-Sep-20245.5 KiB227187

results_report_unittest.pyD06-Sep-202418.4 KiB503402

run_tests.shD06-Sep-2024109 71

schedv2.pyD06-Sep-202415.8 KiB480346

schedv2_unittest.pyD06-Sep-20248.8 KiB250188

settings.pyD06-Sep-20243.6 KiB11292

settings_factory.pyD06-Sep-202419.5 KiB590568

settings_factory_unittest.pyD06-Sep-20244.8 KiB12395

settings_unittest.pyD06-Sep-20249.3 KiB294245

suite_runner.pyD06-Sep-202415.2 KiB438315

suite_runner_unittest.pyD06-Sep-202413 KiB412359

test_flag.pyD06-Sep-2024313 176

translate_xbuddy.pyD06-Sep-20241.2 KiB4326

unittest_keyval_file.txtD06-Sep-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: https://goto.google.com/crostc-crosperf
7
8The final experiment file should look something like the following (but with
9different actual values for the fields):
10
11```
12board: lumpy
13remote: 123.45.67.089
14
15# Add images you want to test:
16
17my_image {
18  chromeos_image: /usr/local/chromeos/src/build/images/lumpy/chromiumos_test_image.bin
19}
20
21vanilla_image {
22   chromeos_root: /usr/local/chromeos
23   build: lumpy-release/R35-5672.0.0
24}
25
26# Paste experiment benchmarks here. Example, I pasted
27# `page_cycler_v2.morejs` here.
28
29# This experiment just runs a short autotest which measures the performance
30# of Telemetry's `page_cycler_v2.morejs`. In addition, it profiles cycles.
31
32perf_args: record -e cycles
33
34benchmark: page_cycler_v2.morejs {
35   suite: telemetry_Crosperf
36   iterations: 1
37}
38```
39
40# default_remotes
41
42This is the list of machines allocated for toolchain team.
43This should be kept in sync with:
44https://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
45