Skip to content

Commit 5cb83f5

Browse files
committed
refactoring
1 parent 793a28c commit 5cb83f5

12 files changed

Lines changed: 283 additions & 804 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
cd ${GITHUB_WORKSPACE}/anndata && cargo test --no-fail-fast
2424
cd ${GITHUB_WORKSPACE}/anndata-test-utils && cargo test --no-fail-fast
2525
26-
- name: benchmark
27-
run: |
28-
cd ${GITHUB_WORKSPACE}/anndata-test-utils && cargo bench
29-
cd ${GITHUB_WORKSPACE}
30-
31-
- uses: actions/upload-artifact@v4
32-
with:
33-
name: benchmark
34-
path: target/criterion
26+
#- name: benchmark
27+
# run: |
28+
# cd ${GITHUB_WORKSPACE}/anndata-test-utils && cargo bench
29+
# cd ${GITHUB_WORKSPACE}
30+
31+
#- uses: actions/upload-artifact@v4
32+
# with:
33+
# name: benchmark
34+
# path: target/criterion
3535

3636
test_python_code:
3737
runs-on: ubuntu-latest

anndata-test-utils/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,4 @@ proptest = "1"
2323
bincode = { version = "2", features = ["serde"] }
2424
zstd = "0.13"
2525
lz4_flex = "0.11"
26-
rayon = "1.10"
27-
criterion = { version = "0.5", features = ["html_reports"] }
28-
29-
[[bench]]
30-
name = "benchmark"
31-
harness = false
26+
rayon = "1.10"

anndata-test-utils/benches/benchmark.rs

Lines changed: 0 additions & 296 deletions
This file was deleted.

anndata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anndata"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Kai Zhang <kai@kzhang.org>"]

0 commit comments

Comments
 (0)