-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python 3.12 release code (#1732)
Co-authored-by: gj <17556281+gj@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
56 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c277b53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
rust_get_attribute
29406
ns/iter (± 873
)28797
ns/iter (± 1250
)1.02
n_plus_one/100
1562608
ns/iter (± 32037
)1524706
ns/iter (± 32835
)1.02
n_plus_one/500
7571758
ns/iter (± 72293
)7349104
ns/iter (± 235003
)1.03
n_plus_one/1000
15061323
ns/iter (± 91592
)14598759
ns/iter (± 87912
)1.03
unify_once
621
ns/iter (± 1397
)635
ns/iter (± 307
)0.98
unify_twice
1733
ns/iter (± 21
)1733
ns/iter (± 486
)1
many_rules
38978
ns/iter (± 967
)38301
ns/iter (± 1005
)1.02
fib/5
346722
ns/iter (± 5193
)348911
ns/iter (± 5302
)0.99
prime/3
10379
ns/iter (± 401
)10313
ns/iter (± 409
)1.01
prime/23
10367
ns/iter (± 379
)10334
ns/iter (± 362
)1.00
prime/43
10366
ns/iter (± 361
)10322
ns/iter (± 381
)1.00
prime/83
10391
ns/iter (± 374
)10331
ns/iter (± 386
)1.01
prime/255
9239
ns/iter (± 362
)9286
ns/iter (± 390
)0.99
indexed/100
3493
ns/iter (± 373
)3439
ns/iter (± 380
)1.02
indexed/500
3973
ns/iter (± 871
)3985
ns/iter (± 1634
)1.00
indexed/1000
4471
ns/iter (± 223
)4475
ns/iter (± 198
)1.00
indexed/10000
9244
ns/iter (± 3193
)9060
ns/iter (± 1429
)1.02
not
4000
ns/iter (± 561
)4002
ns/iter (± 44
)1.00
double_not
8487
ns/iter (± 133
)8479
ns/iter (± 173
)1.00
De_Morgan_not
5425
ns/iter (± 103
)5442
ns/iter (± 95
)1.00
load_policy
694755
ns/iter (± 18800
)730294
ns/iter (± 12371
)0.95
partial_and/1
20723
ns/iter (± 581
)20763
ns/iter (± 610
)1.00
partial_and/5
68749
ns/iter (± 1856
)68760
ns/iter (± 1903
)1.00
partial_and/10
129729
ns/iter (± 3742
)129955
ns/iter (± 3318
)1.00
partial_and/20
269310
ns/iter (± 5335
)271196
ns/iter (± 6551
)0.99
partial_and/40
588626
ns/iter (± 8318
)591754
ns/iter (± 10615
)0.99
partial_and/80
1360072
ns/iter (± 15604
)1370391
ns/iter (± 9653
)0.99
partial_and/100
1815872
ns/iter (± 30070
)1831247
ns/iter (± 70852
)0.99
partial_rule_depth/1
62249
ns/iter (± 2270
)62778
ns/iter (± 2297
)0.99
partial_rule_depth/5
214951
ns/iter (± 5199
)215501
ns/iter (± 6280
)1.00
partial_rule_depth/10
483655
ns/iter (± 9403
)488255
ns/iter (± 8917
)0.99
partial_rule_depth/20
1378092
ns/iter (± 25656
)1387073
ns/iter (± 21797
)0.99
partial_rule_depth/40
4932050
ns/iter (± 46496
)4946441
ns/iter (± 39958
)1.00
partial_rule_depth/80
27431730
ns/iter (± 247395
)27815045
ns/iter (± 294394
)0.99
partial_rule_depth/100
49205424
ns/iter (± 588649
)49954396
ns/iter (± 652757
)0.99
This comment was automatically generated by workflow using github-action-benchmark.