docs-v2/content/influxdb/cloud/reference/flux/stdlib/testing/benchmark.md

477 B

title description menu weight
testing.benchmark() function The `testing.benchmark()` function executes a test case without comparing test output with the expected test output. This lets you accurately benchmark a test case without the added overhead of comparing test output that occurs in [`testing.run()`](/influxdb/v2.0/reference/flux/stdlib/testing/run/).
influxdb_cloud_ref
name parent
testing.benchmark Testing
301

{{< duplicate-oss >}}