Skip to content

Commit

Permalink
Remove the python job path filters (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored Feb 28, 2023
1 parent 4513eb1 commit 22d2933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: CI (Python)

on:
pull_request:
paths:
- "rerun_py/**"
- "examples/python/**"
- ".github/workflows/python.yml"
types: [labeled, synchronize, opened]
push:
branches:
Expand Down

1 comment on commit 22d2933

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust Benchmark

Benchmark suite Current: 22d2933 Previous: 4513eb1 Ratio
datastore/insert/batch/rects/insert 561224 ns/iter (± 3393) 561150 ns/iter (± 10501) 1.00
datastore/latest_at/batch/rects/query 1808 ns/iter (± 0) 1827 ns/iter (± 3) 0.99
datastore/latest_at/missing_components/primary 355 ns/iter (± 0) 355 ns/iter (± 0) 1
datastore/latest_at/missing_components/secondaries 425 ns/iter (± 0) 423 ns/iter (± 0) 1.00
datastore/range/batch/rects/query 153509 ns/iter (± 144) 152313 ns/iter (± 263) 1.01
mono_points_arrow/generate_message_bundles 49057592 ns/iter (± 451123) 47434804 ns/iter (± 674091) 1.03
mono_points_arrow/generate_messages 126258636 ns/iter (± 1110947) 125335129 ns/iter (± 1051515) 1.01
mono_points_arrow/encode_log_msg 160300514 ns/iter (± 1503238) 155785572 ns/iter (± 925223) 1.03
mono_points_arrow/encode_total 335908634 ns/iter (± 3944654) 331002420 ns/iter (± 2134229) 1.01
mono_points_arrow/decode_log_msg 179111801 ns/iter (± 1724081) 176991938 ns/iter (± 868134) 1.01
mono_points_arrow/decode_message_bundles 66237559 ns/iter (± 766356) 65311491 ns/iter (± 1197167) 1.01
mono_points_arrow/decode_total 240825550 ns/iter (± 1405790) 241068518 ns/iter (± 1757154) 1.00
batch_points_arrow/generate_message_bundles 333061 ns/iter (± 854) 333093 ns/iter (± 567) 1.00
batch_points_arrow/generate_messages 6193 ns/iter (± 23) 6239 ns/iter (± 15) 0.99
batch_points_arrow/encode_log_msg 356587 ns/iter (± 1978) 355356 ns/iter (± 1474) 1.00
batch_points_arrow/encode_total 723416 ns/iter (± 2454) 721202 ns/iter (± 2513) 1.00
batch_points_arrow/decode_log_msg 352234 ns/iter (± 1725) 349223 ns/iter (± 1510) 1.01
batch_points_arrow/decode_message_bundles 2079 ns/iter (± 6) 2072 ns/iter (± 3) 1.00
batch_points_arrow/decode_total 360489 ns/iter (± 2268) 352390 ns/iter (± 881) 1.02
arrow_mono_points/insert 6159944691 ns/iter (± 21248035) 6106074331 ns/iter (± 28807256) 1.01
arrow_mono_points/query 1744756 ns/iter (± 21616) 1732761 ns/iter (± 18166) 1.01
arrow_batch_points/insert 2748562 ns/iter (± 39606) 2675030 ns/iter (± 14677) 1.03
arrow_batch_points/query 17716 ns/iter (± 21) 17666 ns/iter (± 21) 1.00
tuid/Tuid::random 36 ns/iter (± 0) 34 ns/iter (± 0) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.