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
The performance test suite is located in [test/benchmark.py](https://github.com/cloudspannerecosystem/python-spanner-sqlalchemy/blob/main/test/benchmark.py) and intended to compare execution time difference between SQLAlchemy dialect for Spanner and pure Spanner client.
4
+
5
+
The test suite requirements:
6
+
-`scipy` Python package installed
7
+
- the original dialect requirements
8
+
9
+
Use `PROJECT`, `INSTANCE` and `DATABASE` module constants to set a project to execute tests on.
0 commit comments