| 158 | BENCHMARK(BM_Eval)->Range(1, 10000); |
| 159 | |
| 160 | absl::Status EmptyCallback(int64_t expr_id, const Value&, |
| 161 | const google::protobuf::DescriptorPool* absl_nonnull, |
| 162 | google::protobuf::MessageFactory* absl_nonnull, |
| 163 | google::protobuf::Arena* absl_nonnull) { |
| 164 | return absl::OkStatus(); |
| 165 | } |
| 166 | |
| 167 | // Benchmark test |
| 168 | // Traces cel expression with an empty callback: |