HomeSort by relevance Sort by last modified time
    Searched refs:benchmarks (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/grpc-grpc/tools/run_tests/performance/
run_worker_java.sh 24 benchmarks/build/install/grpc-benchmarks/bin/benchmark_worker "$@"
  /bionic/benchmarks/
run-on-host.sh 6 m -j bionic-benchmarks-glibc
11 ${HOST_OUT}/nativetest64/bionic-benchmarks-glibc/bionic-benchmarks-glibc $@
21 prepare $1 bionic-benchmarks
28 ${NATIVETEST}/bionic-benchmarks/bionic-benchmarks $@
  /external/toolchain-utils/crosperf/
results_organizer_unittest.py 138 benchmarks = [mock_instance.benchmark1, mock_instance.benchmark2]
140 benchmark_runs[0] = BenchmarkRun('b1', benchmarks[0], labels[0], 1, '', '',
142 benchmark_runs[1] = BenchmarkRun('b2', benchmarks[0], labels[0], 2, '', '',
144 benchmark_runs[2] = BenchmarkRun('b3', benchmarks[0], labels[1], 1, '', '',
146 benchmark_runs[3] = BenchmarkRun('b4', benchmarks[0], labels[1], 2, '', '',
148 benchmark_runs[4] = BenchmarkRun('b5', benchmarks[1], labels[0], 1, '', '',
150 benchmark_runs[5] = BenchmarkRun('b6', benchmarks[1], labels[0], 2, '', '',
152 benchmark_runs[6] = BenchmarkRun('b7', benchmarks[1], labels[1], 1, '', '',
154 benchmark_runs[7] = BenchmarkRun('b8', benchmarks[1], labels[1], 2, '', '',
163 organized = OrganizeResults(benchmark_runs, labels, benchmarks)
    [all...]
experiment_factory_unittest.py 56 self.assertEqual(len(exp.benchmarks), 1)
57 self.assertEqual(exp.benchmarks[0].name, 'PageCycler')
58 self.assertEqual(exp.benchmarks[0].test_name, 'PageCycler')
59 self.assertEqual(exp.benchmarks[0].iterations, 3)
160 self.assertEqual(len(exp.benchmarks), 1)
161 self.assertEqual(exp.benchmarks[0].name, 'kraken')
162 self.assertEqual(exp.benchmarks[0].test_name, 'kraken')
163 self.assertEqual(exp.benchmarks[0].iterations, 1)
164 self.assertEqual(exp.benchmarks[0].suite, 'telemetry_Crosperf')
165 self.assertFalse(exp.benchmarks[0].show_all_results
    [all...]
experiment_factory.py 90 ChromeOS benchmarks, but the idea is that in the future, other types
94 def AppendBenchmarkSet(self, benchmarks, benchmark_list, test_args,
97 """Add all the tests in a set to the benchmarks list."""
102 benchmarks.append(telemetry_benchmark)
154 # Construct benchmarks.
157 benchmarks = []
172 self.AppendBenchmarkSet(benchmarks, telemetry_perfv2_tests, test_args,
176 self.AppendBenchmarkSet(benchmarks, telemetry_pagecycler_tests,
181 self.AppendBenchmarkSet(benchmarks, telemetry_toolchain_perf_tests,
185 # Add non-telemetry toolchain-perf benchmarks
    [all...]
  /external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
Configuration.java 17 package io.grpc.benchmarks.qps;
OpenLoopClient.java 17 package io.grpc.benchmarks.qps;
20 import static io.grpc.benchmarks.Utils.HISTOGRAM_MAX_VALUE;
21 import static io.grpc.benchmarks.Utils.HISTOGRAM_PRECISION;
22 import static io.grpc.benchmarks.Utils.saveHistogram;
23 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.ADDRESS;
24 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.CLIENT_PAYLOAD;
25 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.DURATION;
26 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.FLOW_CONTROL_WINDOW;
27 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.SAVE_HISTOGRAM;
28 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.SERVER_PAYLOAD
    [all...]
AsyncClient.java 17 package io.grpc.benchmarks.qps;
19 import static io.grpc.benchmarks.Utils.HISTOGRAM_MAX_VALUE;
20 import static io.grpc.benchmarks.Utils.HISTOGRAM_PRECISION;
21 import static io.grpc.benchmarks.Utils.saveHistogram;
22 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.ADDRESS;
23 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.CHANNELS;
24 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.CLIENT_PAYLOAD;
25 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.DIRECTEXECUTOR;
26 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.DURATION;
27 import static io.grpc.benchmarks.qps.ClientConfiguration.ClientParam.FLOW_CONTROL_WINDOW
    [all...]
  /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
bm_build.py 16 """ Python utility to build opt and counters benchmarks """
31 '--benchmarks',
35 help='Which benchmarks to build')
57 def _make_cmd(cfg, benchmarks, jobs):
58 return ['make'] + benchmarks + ['CONFIG=%s' % cfg, '-j', '%d' % jobs]
61 def build(name, benchmarks, jobs, counters):
65 subprocess.check_call(_make_cmd('opt', benchmarks, jobs))
67 subprocess.check_call(_make_cmd('counters', benchmarks, jobs))
70 subprocess.check_call(_make_cmd('opt', benchmarks, jobs))
72 subprocess.check_call(_make_cmd('counters', benchmarks, jobs)
    [all...]
  /external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
BenchmarkServiceGrpc.java 1 package io.grpc.benchmarks.proto;
30 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest,
31 io.grpc.benchmarks.proto.Messages.SimpleResponse> getUnaryCallMethod;
35 requestType = io.grpc.benchmarks.proto.Messages.SimpleRequest.class,
36 responseType = io.grpc.benchmarks.proto.Messages.SimpleResponse.class,
38 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest,
39 io.grpc.benchmarks.proto.Messages.SimpleResponse> getUnaryCallMethod() {
40 io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest, io.grpc.benchmarks.proto.Messages.SimpleResponse> getUnaryCallMethod;
45 io.grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Messages.SimpleRequest, io.grpc.benchmarks.proto.Messages.SimpleResponse>newBuilder(
    [all...]
WorkerServiceGrpc.java 1 package io.grpc.benchmarks.proto;
30 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs,
31 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod;
35 requestType = io.grpc.benchmarks.proto.Control.ServerArgs.class,
36 responseType = io.grpc.benchmarks.proto.Control.ServerStatus.class,
38 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs,
39 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod() {
40 io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod;
45 io.grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Control.ServerStatus>newBuilder(
    [all...]
ReportQpsScenarioServiceGrpc.java 1 package io.grpc.benchmarks.proto;
30 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ScenarioResult,
31 io.grpc.benchmarks.proto.Control.Void> getReportScenarioMethod;
35 requestType = io.grpc.benchmarks.proto.Control.ScenarioResult.class,
36 responseType = io.grpc.benchmarks.proto.Control.Void.class,
38 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ScenarioResult,
39 io.grpc.benchmarks.proto.Control.Void> getReportScenarioMethod() {
40 io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ScenarioResult, io.grpc.benchmarks.proto.Control.Void> getReportScenarioMethod;
45 io.grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Control.ScenarioResult, io.grpc.benchmarks.proto.Control.Void>newBuilder(
    [all...]
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
HttpClient.java 16 package com.squareup.okhttp.benchmarks;
Client.java 16 package com.squareup.okhttp.benchmarks;
  /external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Control.java 4 package io.grpc.benchmarks.proto;
116 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(0);
240 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(1);
365 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(2);
475 return io.grpc.benchmarks.proto.Control.internal_static_grpc_testing_PoissonParams_descriptor;
480 return io.grpc.benchmarks.proto.Control.internal_static_grpc_testing_PoissonParams_fieldAccessorTable
482 io.grpc.benchmarks.proto.Control.PoissonParams.class, io.grpc.benchmarks.proto.Control.PoissonParams.Builder.class);
535 if (!(obj instanceof io.grpc.benchmarks.proto.Control.PoissonParams)) {
538 io.grpc.benchmarks.proto.Control.PoissonParams other = (io.grpc.benchmarks.proto.Control.PoissonParams) obj
    [all...]
Messages.java 4 package io.grpc.benchmarks.proto;
93 return io.grpc.benchmarks.proto.Messages.getDescriptor().getEnumTypes().get(0);
204 return io.grpc.benchmarks.proto.Messages.internal_static_grpc_testing_BoolValue_descriptor;
209 return io.grpc.benchmarks.proto.Messages.internal_static_grpc_testing_BoolValue_fieldAccessorTable
211 io.grpc.benchmarks.proto.Messages.BoolValue.class, io.grpc.benchmarks.proto.Messages.BoolValue.Builder.class);
264 if (!(obj instanceof io.grpc.benchmarks.proto.Messages.BoolValue)) {
267 io.grpc.benchmarks.proto.Messages.BoolValue other = (io.grpc.benchmarks.proto.Messages.BoolValue) obj;
291 public static io.grpc.benchmarks.proto.Messages.BoolValue parseFrom
    [all...]
Services.java 4 package io.grpc.benchmarks.proto;
62 io.grpc.benchmarks.proto.Messages.getDescriptor(),
63 io.grpc.benchmarks.proto.Control.getDescriptor(),
65 io.grpc.benchmarks.proto.Messages.getDescriptor();
66 io.grpc.benchmarks.proto.Control.getDescriptor();
Payloads.java 4 package io.grpc.benchmarks.proto;
103 return io.grpc.benchmarks.proto.Payloads.internal_static_grpc_testing_ByteBufferParams_descriptor;
108 return io.grpc.benchmarks.proto.Payloads.internal_static_grpc_testing_ByteBufferParams_fieldAccessorTable
110 io.grpc.benchmarks.proto.Payloads.ByteBufferParams.class, io.grpc.benchmarks.proto.Payloads.ByteBufferParams.Builder.class);
175 if (!(obj instanceof io.grpc.benchmarks.proto.Payloads.ByteBufferParams)) {
178 io.grpc.benchmarks.proto.Payloads.ByteBufferParams other = (io.grpc.benchmarks.proto.Payloads.ByteBufferParams) obj;
205 public static io.grpc.benchmarks.proto.Payloads.ByteBufferParams parseFrom(
210 public static io.grpc.benchmarks.proto.Payloads.ByteBufferParams parseFrom
    [all...]
Stats.java 4 package io.grpc.benchmarks.proto;
172 return io.grpc.benchmarks.proto.Stats.internal_static_grpc_testing_ServerStats_descriptor;
177 return io.grpc.benchmarks.proto.Stats.internal_static_grpc_testing_ServerStats_fieldAccessorTable
179 io.grpc.benchmarks.proto.Stats.ServerStats.class, io.grpc.benchmarks.proto.Stats.ServerStats.Builder.class);
333 if (!(obj instanceof io.grpc.benchmarks.proto.Stats.ServerStats)) {
336 io.grpc.benchmarks.proto.Stats.ServerStats other = (io.grpc.benchmarks.proto.Stats.ServerStats) obj;
391 public static io.grpc.benchmarks.proto.Stats.ServerStats parseFrom(
396 public static io.grpc.benchmarks.proto.Stats.ServerStats parseFrom
    [all...]
  /external/v8/tools/
try_perf.py 66 benchmarks = ['"%s"' % benchmark for benchmark in options.benchmarks]
67 cmd += ['-p \'testfilter=[%s]\'' % ','.join(benchmarks)]
74 parser.add_argument('benchmarks', nargs='+', help='The benchmarks to run.')
90 if not options.benchmarks:
91 print 'Please specify the benchmarks to run as arguments.'
94 for benchmark in options.benchmarks:
98 'Available public benchmarks: %s' % (benchmark, PUBLIC_BENCHMARKS))
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 345 void serialize_benchmarks(const char* filename, const vector<benchmark_t>& benchmarks, size_t first_benchmark_to_run)
353 size_t benchmarks_vector_size = benchmarks.size();
357 fwrite(benchmarks.data(), sizeof(benchmark_t), benchmarks.size(), file);
361 bool deserialize_benchmarks(const char* filename, vector<benchmark_t>& benchmarks, size_t& first_benchmark_to_run)
377 benchmarks.resize(benchmarks_vector_size);
378 if (benchmarks.size() != fread(benchmarks.data(), sizeof(benchmark_t), benchmarks.size(), file)) {
386 vector<benchmark_t>& benchmarks,
    [all...]
  /external/grpc-grpc/tools/run_tests/
run_microbenchmark.py 80 benchmarks = []
92 benchmarks.append(
117 if len(benchmarks) >= min(16, multiprocessing.cpu_count()):
121 benchmarks, maxjobs=max(1,
125 benchmarks = []
128 # run the remaining benchmarks that weren't flushed
129 if len(benchmarks):
130 jobset.run(benchmarks, maxjobs=max(1, multiprocessing.cpu_count() / 2))
142 benchmarks = []
148 benchmarks.append
    [all...]
  /external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
SocketAddressValidator.java 17 package io.grpc.benchmarks;
  /external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
BenchmarksUtil.java 17 package io.opencensus.benchmarks.trace;
23 /** Util class for Benchmarks. */
  /external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
LoadClientTest.java 17 package io.grpc.benchmarks.driver;
22 import io.grpc.benchmarks.proto.Control;
23 import io.grpc.benchmarks.proto.Stats;

Completed in 2355 milliseconds

1 2 3 4 5