scverse
fast-array-utils
BlogDocsChangelog

Add sum

#13Merged
Comparing
pa/sum
(
fbd1d7d
) with
main
(
f241148
)
CodSpeed Performance Gauge
0%
Untouched
8
New
30

Benchmarks

New

test_sum_benchmark[scipy.sparse.csr_matrix-None-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A319.8 µs
test_sum_benchmark[scipy.sparse.csc_array-0-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A314.7 µs
test_sum_benchmark[scipy.sparse.csc_matrix-None-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A353.1 µs
test_sum_benchmark[scipy.sparse.csc_matrix-1-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A338.2 µs
test_sum_benchmark[scipy.sparse.csc_array-0-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A338.2 µs
test_sum_benchmark[scipy.sparse.csc_matrix-1-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A366 µs
test_sum_benchmark[scipy.sparse.csc_matrix-None-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A336.3 µs
test_sum_benchmark[scipy.sparse.csr_matrix-0-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A459.5 µs
test_sum_benchmark[scipy.sparse.csc_matrix-0-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A400.6 µs
test_sum_benchmark[scipy.sparse.csc_matrix-0-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A374.7 µs
test_sum_benchmark[scipy.sparse.csr_matrix-None-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A345.9 µs
test_sum_benchmark[scipy.sparse.csc_array-None-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A268.9 µs
test_sum_benchmark[scipy.sparse.csr_matrix-1-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A382.5 µs
test_sum_benchmark[scipy.sparse.csr_array-0-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A411.6 µs
test_sum_benchmark[scipy.sparse.csr_array-0-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A438.3 µs
test_sum_benchmark[scipy.sparse.csr_matrix-0-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A482.5 µs
test_sum_benchmark[numpy.ndarray-1-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A130.6 µs
test_sum_benchmark[numpy.ndarray-None-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A107 µs
test_sum_benchmark[numpy.ndarray-None-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A125.2 µs
test_sum_benchmark[scipy.sparse.csr_array-None-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A279.7 µs
test_sum_benchmark[scipy.sparse.csr_array-1-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A339.5 µs
test_sum_benchmark[scipy.sparse.csr_array-None-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A254.3 µs
test_sum_benchmark[scipy.sparse.csr_array-1-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A313.5 µs
test_sum_benchmark[scipy.sparse.csc_array-1-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A273.9 µs
test_sum_benchmark[numpy.ndarray-0-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A106.7 µs
test_sum_benchmark[numpy.ndarray-1-float32]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A111.6 µs
test_sum_benchmark[scipy.sparse.csr_matrix-1-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A408.5 µs
test_sum_benchmark[scipy.sparse.csc_array-1-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A299.9 µs
test_sum_benchmark[scipy.sparse.csc_array-None-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A290.9 µs
test_sum_benchmark[numpy.ndarray-0-float64]
tests/test_stats.py
CodSpeed Performance Gauge
N/A
N/A127.9 µs

Passed

test_to_dense_benchmark[csc-float64-C]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
8.3 ms8.3 ms
test_to_dense_benchmark[csr-float32-C]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms
test_to_dense_benchmark[csc-float64-F]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
8.3 ms8.3 ms
test_to_dense_benchmark[csc-float32-C]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms
test_to_dense_benchmark[csr-float32-F]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms
test_to_dense_benchmark[csr-float64-C]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
8.3 ms8.3 ms
test_to_dense_benchmark[csc-float32-F]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms
test_to_dense_benchmark[csr-float64-F]
tests/test_sparse.py
CodSpeed Performance Gauge
0%
8.3 ms8.3 ms

Commits

Click on a commit to change the comparison range
Base
main
f241148
0%
WIP sum
abcc472
10 months ago
by flying-sheep
+0.01%
fix min tests
9fc94e1
9 months ago
by flying-sheep
-0.01%
Merge branch 'main' into pa/sum
95ef70b
9 months ago
by flying-sheep
0%
test more dtypes
ad074f3
9 months ago
by flying-sheep
0%
docs
0fbb87d
9 months ago
by flying-sheep
+0.02%
add benchmarks
9ae63ae
9 months ago
by flying-sheep
-0.01%
Test PR to see sum speed (#17)
f3f683c
9 months ago
by flying-sheep
0%
Use our sum (#18)
fbd1d7d
9 months ago
by flying-sheep
© 2025 CodSpeed Technology
Home Terms Privacy Docs