Home
last modified time | relevance | path

Searched full:microbenchmarks (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md20 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -d master`
32 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -o`
57 `tools/profiling/microbenchmarks/bm_diff/bm_build.py -b bm_error -n baseline`
71 `tools/profiling/microbenchmarks/bm_diff/bm_run.py -b bm_error -b baseline -l 5`
86 `tools/profiling/microbenchmarks/bm_diff/bm_diff.py -b bm_error -o baseline -n current -l 5`
97 * Run both sets of microbenchmarks
102 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -d master`
115 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -o old`
Dbm_main.py43 description='Perform diff on microbenchmarks')
86 default="microbenchmarks",
/third_party/grpc/tools/run_tests/
Drun_microbenchmark.py28 'microbenchmarks', 'bm_diff'))
210 'tools/profiling/microbenchmarks/bm2bq.py',
215 'bq', 'load', 'microbenchmarks.microbenchmarks',
226 argp = argparse.ArgumentParser(description='Collect data from microbenchmarks')
239 help='Which microbenchmarks should be run')
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dmicrobenchmarks_ios.dart9 import 'package:flutter_devicelab/tasks/microbenchmarks.dart';
11 /// Runs microbenchmarks on iOS.
Dmicrobenchmarks.dart9 import 'package:flutter_devicelab/tasks/microbenchmarks.dart';
11 /// Runs microbenchmarks on Android.
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/android/app/src/main/
DAndroidManifest.xml2 package="com.yourcompany.microbenchmarks">
6 …<application android:name="io.flutter.app.FlutterApplication" android:label="microbenchmarks" andr…
/third_party/grpc/test/cpp/microbenchmarks/
Dcallback_unary_ping_pong.h28 #include "test/cpp/microbenchmarks/callback_test_service.h"
29 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
30 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
Dcallback_streaming_ping_pong.h26 #include "test/cpp/microbenchmarks/callback_test_service.h"
27 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
28 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
Dfullstack_unary_ping_pong.h28 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
29 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
Dfullstack_streaming_pump.h28 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
29 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_trickle_diff.sh16 # This script is invoked by Jenkins and runs a diff on the microbenchmarks
28 tools/internal_ci/linux/run_if_c_cpp_modified.sh tools/profiling/microbenchmarks/bm_diff/bm_main.py…
Dgrpc_microbenchmark_diff.sh16 # This script is invoked by Jenkins and runs a diff on the microbenchmarks
30 tools/internal_ci/linux/run_if_c_cpp_modified.sh tools/profiling/microbenchmarks/bm_diff/bm_main.py…
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/ios/Runner/
DInfo.plist10 <string>com.yourcompany.microbenchmarks</string>
14 <string>microbenchmarks</string>
/third_party/grpc/src/csharp/Grpc.Core/Properties/
DAssemblyInfo.cs47 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks,PublicKey=" +
56 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks")]
/third_party/grpc/src/csharp/Grpc.Core.Api/Properties/
DAssemblyInfo.cs52 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks,PublicKey=" +
62 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks")]
/third_party/grpc/tools/profiling/microbenchmarks/
Dbm2bq.py32 'microbenchmarks.microbenchmarks']))['schema']['fields']:
DREADME.md1 Microbenchmarks chapter
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Dmicrobenchmarks.dart17 /// `dev/benchmarks/microbenchmarks` reports results to the dashboard.
27 path.join(flutterDirectory.path, 'dev/benchmarks/microbenchmarks'));
77 // IMPORTANT: keep these values in sync with dev/benchmarks/microbenchmarks/lib/common.dart
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/
DREADME.md1 # microbenchmarks chapter
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_ios_binary_size.sh16 # This script is invoked by Jenkins and runs a diff on the microbenchmarks
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs21 namespace Grpc.Microbenchmarks
DAtomicCounterBenchmark.cs24 namespace Grpc.Microbenchmarks
DPInvokeByteArrayBenchmark.cs23 namespace Grpc.Microbenchmarks
DScalabityExampleBenchmark.cs24 namespace Grpc.Microbenchmarks
/third_party/grpc/tools/run_tests/sanity/
Dcheck_bad_dependencies.sh24 test "$(bazel query 'somepath("//test/cpp/microbenchmarks:helpers", "//external:libssl")' 2>/dev/nu…

1234