Searched full:microbenchmarks (Results 1 – 25 of 87) sorted by relevance
1234
| /third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | README.md | 20 `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`
|
| D | bm_main.py | 43 description='Perform diff on microbenchmarks') 86 default="microbenchmarks",
|
| /third_party/grpc/tools/run_tests/ |
| D | run_microbenchmark.py | 28 '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/ |
| D | microbenchmarks_ios.dart | 9 import 'package:flutter_devicelab/tasks/microbenchmarks.dart'; 11 /// Runs microbenchmarks on iOS.
|
| D | microbenchmarks.dart | 9 import 'package:flutter_devicelab/tasks/microbenchmarks.dart'; 11 /// Runs microbenchmarks on Android.
|
| /third_party/flutter/flutter/dev/benchmarks/microbenchmarks/android/app/src/main/ |
| D | AndroidManifest.xml | 2 package="com.yourcompany.microbenchmarks"> 6 …<application android:name="io.flutter.app.FlutterApplication" android:label="microbenchmarks" andr…
|
| /third_party/grpc/test/cpp/microbenchmarks/ |
| D | callback_unary_ping_pong.h | 28 #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"
|
| D | callback_streaming_ping_pong.h | 26 #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"
|
| D | fullstack_unary_ping_pong.h | 28 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h" 29 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
|
| D | fullstack_streaming_pump.h | 28 #include "test/cpp/microbenchmarks/fullstack_context_mutators.h" 29 #include "test/cpp/microbenchmarks/fullstack_fixtures.h"
|
| /third_party/grpc/tools/internal_ci/linux/ |
| D | grpc_trickle_diff.sh | 16 # 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…
|
| D | grpc_microbenchmark_diff.sh | 16 # 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/ |
| D | Info.plist | 10 <string>com.yourcompany.microbenchmarks</string> 14 <string>microbenchmarks</string>
|
| /third_party/grpc/src/csharp/Grpc.Core/Properties/ |
| D | AssemblyInfo.cs | 47 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks,PublicKey=" + 56 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks")]
|
| /third_party/grpc/src/csharp/Grpc.Core.Api/Properties/ |
| D | AssemblyInfo.cs | 52 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks,PublicKey=" + 62 [assembly: InternalsVisibleTo("Grpc.Microbenchmarks")]
|
| /third_party/grpc/tools/profiling/microbenchmarks/ |
| D | bm2bq.py | 32 'microbenchmarks.microbenchmarks']))['schema']['fields']:
|
| D | README.md | 1 Microbenchmarks chapter
|
| /third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
| D | microbenchmarks.dart | 17 /// `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/ |
| D | README.md | 1 # microbenchmarks chapter
|
| /third_party/grpc/tools/internal_ci/macos/ |
| D | grpc_ios_binary_size.sh | 16 # This script is invoked by Jenkins and runs a diff on the microbenchmarks
|
| /third_party/grpc/src/csharp/Grpc.Microbenchmarks/ |
| D | Program.cs | 21 namespace Grpc.Microbenchmarks
|
| D | AtomicCounterBenchmark.cs | 24 namespace Grpc.Microbenchmarks
|
| D | PInvokeByteArrayBenchmark.cs | 23 namespace Grpc.Microbenchmarks
|
| D | ScalabityExampleBenchmark.cs | 24 namespace Grpc.Microbenchmarks
|
| /third_party/grpc/tools/run_tests/sanity/ |
| D | check_bad_dependencies.sh | 24 test "$(bazel query 'somepath("//test/cpp/microbenchmarks:helpers", "//external:libssl")' 2>/dev/nu…
|
1234