-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Context for FileLoading errors (#1420)
- Loading branch information
Showing
14 changed files
with
92 additions
and
67 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
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
Oops, something went wrong.
ba84a60
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
71034
ns/iter (± 18018
)80437
ns/iter (± 11428
)0.88
n_plus_one/100
3271991
ns/iter (± 63417
)3657532
ns/iter (± 198068
)0.89
n_plus_one/500
15893841
ns/iter (± 335006
)17975566
ns/iter (± 1061565
)0.88
n_plus_one/1000
31232576
ns/iter (± 756400
)35031560
ns/iter (± 1648396
)0.89
unify_once
979
ns/iter (± 56
)1047
ns/iter (± 108
)0.94
unify_twice
2611
ns/iter (± 80
)2777
ns/iter (± 537
)0.94
many_rules
63008
ns/iter (± 1940
)68660
ns/iter (± 4089
)0.92
fib/5
589742
ns/iter (± 11942
)635475
ns/iter (± 33618
)0.93
prime/3
27581
ns/iter (± 1353
)29251
ns/iter (± 3790
)0.94
prime/23
27676
ns/iter (± 1298
)28869
ns/iter (± 3724
)0.96
prime/43
27681
ns/iter (± 1370
)29472
ns/iter (± 1910
)0.94
prime/83
27827
ns/iter (± 1414
)31016
ns/iter (± 2743
)0.90
prime/255
26196
ns/iter (± 1157
)27806
ns/iter (± 1678
)0.94
indexed/100
6020
ns/iter (± 691
)6947
ns/iter (± 1418
)0.87
indexed/500
7513
ns/iter (± 1975
)8143
ns/iter (± 2924
)0.92
indexed/1000
9158
ns/iter (± 363
)10700
ns/iter (± 9685
)0.86
indexed/10000
21750
ns/iter (± 2350
)29400
ns/iter (± 187714
)0.74
not
6560
ns/iter (± 196
)7475
ns/iter (± 766
)0.88
double_not
14115
ns/iter (± 430
)16346
ns/iter (± 1091
)0.86
De_Morgan_not
8945
ns/iter (± 295
)10494
ns/iter (± 1750
)0.85
load_policy
1243253
ns/iter (± 15817
)1337469
ns/iter (± 86805
)0.93
partial_and/1
57831
ns/iter (± 2478
)65083
ns/iter (± 15655
)0.89
partial_and/5
215544
ns/iter (± 6868
)240367
ns/iter (± 21686
)0.90
partial_and/10
420752
ns/iter (± 12967
)454818
ns/iter (± 30577
)0.93
partial_and/20
857665
ns/iter (± 16190
)934172
ns/iter (± 43251
)0.92
partial_and/40
1773014
ns/iter (± 25294
)1989971
ns/iter (± 82718
)0.89
partial_and/80
3798317
ns/iter (± 73371
)4303979
ns/iter (± 185200
)0.88
partial_and/100
4937730
ns/iter (± 60245
)5644073
ns/iter (± 245319
)0.87
partial_rule_depth/1
176321
ns/iter (± 8038
)195102
ns/iter (± 14005
)0.90
partial_rule_depth/5
543584
ns/iter (± 12286
)601658
ns/iter (± 31954
)0.90
partial_rule_depth/10
1110231
ns/iter (± 17933
)1223982
ns/iter (± 66878
)0.91
partial_rule_depth/20
2886195
ns/iter (± 43521
)3307266
ns/iter (± 173174
)0.87
partial_rule_depth/40
9548214
ns/iter (± 203780
)11547672
ns/iter (± 568337
)0.83
partial_rule_depth/80
48818015
ns/iter (± 611443
)67846549
ns/iter (± 4393548
)0.72
partial_rule_depth/100
85708376
ns/iter (± 1126602
)118729410
ns/iter (± 4902186
)0.72
This comment was automatically generated by workflow using github-action-benchmark.