| // Copyright 2020 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| syntax = "proto3"; | |
| package recipes.build.chromium_speed_processor; | |
| message InputProperties { | |
| // A JSON string dumpped from a mapping from test group name to the swarming | |
| // task info. | |
| string tasks_groups = 1; | |
| // The build properties of the tester which triggers the current processor. | |
| string tester_properties = 2; | |
| } |