Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 11, 2022
1 parent 5c6a310 commit 397e6f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ connectorx.read_sql(conn: Union[str, Dict[str, str]], query: Union[List[str], st
```python
import connectorx as cx

import connectorx as cx

db1 = "postgresql://username1:password1@server1:port1/database1"
db2 = "postgresql://username2:password2@server2:port2/database2"
query = "SELECT * FROM db1.nation n, db2.region r where n.n_regionkey = r.r_regionkey"
Expand Down

1 comment on commit 397e6f2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ConnectorX TPC-H Scale@1 Benchmarks

Benchmark suite Current: 397e6f2 Previous: ea2e21a Ratio
connectorx/tests/benchmarks.py::bench_mysql 0.06882266128661098 iter/sec (stddev: 0.3398587388976874) 0.07095612914205476 iter/sec (stddev: 0.5432724774541419) 1.03
connectorx/tests/benchmarks.py::bench_postgres 0.10473828584333798 iter/sec (stddev: 2.823767549595178) 0.12452903376646915 iter/sec (stddev: 0.11911115565307204) 1.19

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.