pola-rs
polars
Blog
Docs
Blog
Docs
Overview
Branches
Benchmarks
Runs
refactor: Fix csv offset
#19319
Merged
Comparing
csv
(
e116d49
) with
main
(
bfdd496
)
0%
Improvements
0
Regressions
0
Untouched
41
New
0
Dropped
0
Ignored
1
Benchmarks
Passed
test_pdsh_q11
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q11
+21%
4.6 ms
3.8 ms
test_pdsh_q14
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q14
+13%
2.3 ms
2 ms
test_pdsh_q4
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q4
+13%
5.2 ms
4.6 ms
test_groupby_h2oai_q5
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q5
+8%
2.3 ms
2.1 ms
test_groupby_h2oai_q4
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q4
+8%
2.3 ms
2.1 ms
test_pdsh_q12
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q12
+7%
6.5 ms
6 ms
test_groupby_h2oai_q1
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q1
+4%
2.6 ms
2.5 ms
test_pdsh_q10
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q10
+3%
6.5 ms
6.3 ms
test_pdsh_q7
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q7
+2%
9.6 ms
9.4 ms
test_groupby_h2oai_q6
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q6
+2%
12.8 ms
12.6 ms
test_groupby_h2oai_q9
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q9
+2%
28.5 ms
28 ms
test_pdsh_q16
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q16
+2%
7.3 ms
7.2 ms
test_to_numpy_series_zero_copy
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_zero_copy
+1%
124.2 µs
123 µs
test_groupby_h2oai_q10
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q10
+1%
6.3 ms
6.2 ms
test_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_strict_inequalities
+1%
169.9 ms
168.6 ms
test_write_read_scan_large_csv
py-polars/tests/benchmark/test_io.py::test_write_read_scan_large_csv
0%
37.7 ms
37.6 ms
test_pdsh_q9
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q9
0%
25.2 ms
25.1 ms
test_to_numpy_series_chunked
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_chunked
0%
270.2 µs
269.6 µs
test_groupby_h2oai_q2
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q2
0%
4.5 ms
4.5 ms
test_to_numpy_series_with_nulls
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_with_nulls
0%
435.6 µs
434.8 µs
test_pdsh_q21
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q21
0%
212 ms
212.4 ms
test_non_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_non_strict_inequalities
0%
174.2 ms
174.7 ms
test_pdsh_q20
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q20
0%
6 ms
6.1 ms
test_pdsh_q8
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q8
-1%
5.6 ms
5.7 ms
test_pdsh_q5
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q5
-1%
4.9 ms
4.9 ms
test_single_inequality
py-polars/tests/benchmark/test_join_where.py::test_single_inequality
-1%
79.2 ms
80.4 ms
test_pdsh_q1
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q1
-2%
16.1 ms
16.3 ms
test_pdsh_q6
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q6
-2%
1.9 ms
1.9 ms
test_groupby_h2oai_q8
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q8
-2%
3.1 ms
3.1 ms
test_pdsh_q18
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q18
-2%
11.4 ms
11.7 ms
test_pdsh_q17
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q17
-3%
6.6 ms
6.8 ms
test_pdsh_q22
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q22
-3%
6.6 ms
6.9 ms
test_pdsh_q19
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q19
-4%
7.4 ms
7.7 ms
test_datetime_range_fast_slow_paths
py-polars/tests/unit/functions/range/test_datetime_range.py::test_datetime_range_fast_slow_paths
-4%
334.6 ms
349.8 ms
test_pdsh_q2
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q2
-5%
3.6 ms
3.8 ms
test_pdsh_q13
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q13
-5%
9.5 ms
10.1 ms
test_pdsh_q3
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q3
-7%
5.4 ms
5.8 ms
test_filter1
py-polars/tests/benchmark/test_filter.py::test_filter1
-7%
760.8 µs
819.3 µs
test_groupby_h2oai_q7
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q7
-7%
2.1 ms
2.3 ms
test_groupby_h2oai_q3
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q3
-10%
2.4 ms
2.6 ms
test_pdsh_q15
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q15
-11%
2.4 ms
2.7 ms
Ignored
test_filter2
Ignored
py-polars/tests/benchmark/test_filter.py::test_filter2
+9%
1.1 ms
1 ms
Commits
Click on a commit to change the comparison range
Base
main
bfdd496
0%
refactor: Fix csv offset
e116d49
1 month ago
by ritchie46
© 2024 CodSpeed Technology
Home
Terms
Privacy
Docs