Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Dec 21, 2021
1 parent 9931c44 commit f45755d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "connectorx"
readme = "../README.md"
repository = "https://github.com/sfu-db/connector-x"
version = "0.2.3-alpha.5"
version = "0.2.3"

[dependencies]
anyhow = "1"
Expand Down

2 comments on commit f45755d

@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: f45755d Previous: 9931c44 Ratio
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.

@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: f45755d Previous: 9931c44 Ratio
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.

Please sign in to comment.