Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit a283c89

Browse files
committed
add testing dependencies for benchmarking
1 parent 91553d8 commit a283c89

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
"tracing": [
6060
"opentelemetry-api >= 1.1.0, < 2.0.0",
6161
],
62+
"testing": [
63+
"google-cloud-testutils",
64+
"numpy",
65+
"psutil",
66+
"py-cpuinfo",
67+
"pytest",
68+
"pytest-asyncio",
69+
"pytest-benchmark",
70+
"PyYAML",
71+
],
6272
}
6373

6474

0 commit comments

Comments
 (0)