You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance benchmarking Cirq with [Airspeed Velocity](https://asv.readthedocs.io/en/stable/index.html).
3
+
4
+
## Overview
5
+
The benchmark files (`bench_*.py`) stored in the current package (`benchmarks/*`) are used by asv to run benchmark tests for Cirq. For more information on how to write new benchmarks, please refer [Writing benchmarks guide by ASV](https://asv.readthedocs.io/en/stable/writing_benchmarks.html)
6
+
7
+
## Usage
8
+
To run all benchmarks, navigate to the root Cirq directory at the command line and execute
9
+
10
+
```bash
11
+
./check/asv_run
12
+
```
13
+
14
+
You can also pass arguments to the script, which would be forwarded to the `asv run` command. For eg:
0 commit comments