Home | History | Annotate | Download | only in crosperf

Lines Matching full:benchmark

11 BenchmarkPlatforms is a [str], each of which names a platform the benchmark
15 BenchmarkData is a {str: [PlatformData]}. The str is the name of the benchmark,
17 PlatformData for each benchmark, for each element in BenchmarkPlatforms.
21 the metrics collected from an independent run of this benchmark. NOTE: Each
23 the benchmark. If the benchmark is successful, said return value should be 0.
38 Which says that we ran a benchmark on platforms named peppy, and
40 We ran one benchmark, named bench_draw_line.
63 """Counts the number of iterations for each benchmark in benchmark_runs."""
75 """Limits the given benchmark results to max_keys keys in-place.
77 This takes the `data` field from the benchmark input, and mutates each
78 benchmark run to contain `max_keys` elements (ignoring special elements, like
126 'Warning: Some benchmark keyvals have been truncated.', file=sys.stderr)
218 """Given program arguments, returns file to read for benchmark input."""
257 help='The maximum number of benchmark statistics to '