-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9931c44
commit f45755d
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Weiyuan Wu <[email protected]>"] | ||
edition = "2018" | ||
name = "connectorx-python" | ||
version = "0.2.3-alpha.5" | ||
version = "0.2.3" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ license = "MIT" | |
maintainers = ["Weiyuan Wu <[email protected]>"] | ||
name = "connectorx" | ||
readme = "README.md" # Markdown files are supported | ||
version = "0.2.3-alpha.5" | ||
version = "0.2.3" | ||
|
||
[tool.poetry.dependencies] | ||
dask = {version = "^2021", optional = true, extras = ["dataframe"]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f45755d
There was a problem hiding this comment.
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
connectorx/tests/benchmarks.py::bench_mysql
0.059907739803491525
iter/sec (stddev: 1.2410526560730675
)0.0651444745794199
iter/sec (stddev: 0.6072619516250749
)1.09
connectorx/tests/benchmarks.py::bench_postgres
0.06701449295125791
iter/sec (stddev: 3.093105443202446
)0.0754989624320954
iter/sec (stddev: 2.304307064911964
)1.13
This comment was automatically generated by workflow using github-action-benchmark.
f45755d
There was a problem hiding this comment.
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
connectorx/tests/benchmarks.py::bench_mysql
0.06447866115132503
iter/sec (stddev: 1.6261716980114405
)0.0651444745794199
iter/sec (stddev: 0.6072619516250749
)1.01
connectorx/tests/benchmarks.py::bench_postgres
0.06511302505876332
iter/sec (stddev: 3.4300804893820227
)0.0754989624320954
iter/sec (stddev: 2.304307064911964
)1.16
This comment was automatically generated by workflow using github-action-benchmark.