This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ opencensus_test(context_context_test
3131
3232opencensus_test (context_with_context_test internal /with_context_test.cc context )
3333
34- # TODO: context_benchmark
34+ opencensus_benchmark ( context_context_benchmark internal / context_benchmark.cc context )
Original file line number Diff line number Diff line change @@ -116,4 +116,4 @@ opencensus_test(stats_view_data_impl_test
116116 stats_core
117117 absl::time )
118118
119- # TODO: benchmarks
119+ opencensus_benchmark ( stats_stats_manager_benchmark internal /stats_manager_benchmark.cc stats_core stats_recording absl::memory absl::strings absl::time )
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ opencensus_test(tags_with_tag_map_test
5757 tags_with_tag_map
5858 context )
5959
60- # TODO: benchmarks
60+ opencensus_benchmark ( tags_tag_map_benchmark internal /tag_map_benchmark.cc tags absl::strings )
Original file line number Diff line number Diff line change @@ -190,4 +190,16 @@ opencensus_test(trace_with_span_test
190190 trace_with_span
191191 context )
192192
193- # TODO: benchmarks
193+ opencensus_benchmark (trace_attribute_value_ref_benchmark internal /attribute_value_ref_benchmark.cc trace )
194+
195+ opencensus_benchmark (trace_cloud_trace_context_benchmark internal /cloud_trace_context_benchmark.cc trace_cloud_trace_context )
196+
197+ opencensus_benchmark (trace_grpc_trace_bin_benchmark internal /grpc_trace_bin_benchmark.cc trace_grpc_trace_bin )
198+
199+ opencensus_benchmark (trace_span_benchmark internal /span_benchmark.cc trace_span_context trace )
200+
201+ opencensus_benchmark (trace_span_id_benchmark internal /span_id_benchmark.cc trace_span_context )
202+
203+ opencensus_benchmark (trace_context_benchmark internal /trace_context_benchmark.cc trace_trace_context )
204+
205+ opencensus_benchmark (trace_with_span_benchmark internal /with_span_benchmark.cc trace trace_with_span )
You can’t perform that action at this time.
0 commit comments