-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds some documentation and examples (#1697)
Co-authored-by: Gabe Jackson <17556281+gj@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
255 additions
and
44 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
Oops, something went wrong.
d43ed90
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
56452
ns/iter (± 7773
)42799
ns/iter (± 1195
)1.32
n_plus_one/100
2545185
ns/iter (± 108763
)2233006
ns/iter (± 12928
)1.14
n_plus_one/500
12398343
ns/iter (± 570100
)10827113
ns/iter (± 347573
)1.15
n_plus_one/1000
24196617
ns/iter (± 1515819
)21473327
ns/iter (± 365087
)1.13
unify_once
1047
ns/iter (± 306
)871
ns/iter (± 281
)1.20
unify_twice
2751
ns/iter (± 210
)2573
ns/iter (± 55
)1.07
many_rules
66164
ns/iter (± 3561
)60312
ns/iter (± 1032
)1.10
fib/5
611973
ns/iter (± 22169
)531546
ns/iter (± 9581
)1.15
prime/3
20226
ns/iter (± 2014
)17596
ns/iter (± 474
)1.15
prime/23
19968
ns/iter (± 2122
)17586
ns/iter (± 510
)1.14
prime/43
20224
ns/iter (± 2486
)17588
ns/iter (± 479
)1.15
prime/83
20429
ns/iter (± 2126
)17621
ns/iter (± 457
)1.16
prime/255
18339
ns/iter (± 1341
)15774
ns/iter (± 486
)1.16
indexed/100
6559
ns/iter (± 1392
)5286
ns/iter (± 527
)1.24
indexed/500
7836
ns/iter (± 3479
)6002
ns/iter (± 1422
)1.31
indexed/1000
10447
ns/iter (± 2071
)7276
ns/iter (± 251
)1.44
indexed/10000
22325
ns/iter (± 5098
)15375
ns/iter (± 2455
)1.45
not
6630
ns/iter (± 772
)5776
ns/iter (± 76
)1.15
double_not
13967
ns/iter (± 794
)11966
ns/iter (± 459
)1.17
De_Morgan_not
8800
ns/iter (± 373
)7850
ns/iter (± 108
)1.12
load_policy
1054241
ns/iter (± 81544
)942494
ns/iter (± 2827
)1.12
partial_and/1
36945
ns/iter (± 3682
)30876
ns/iter (± 1128
)1.20
partial_and/5
131455
ns/iter (± 15383
)104732
ns/iter (± 2955
)1.26
partial_and/10
240575
ns/iter (± 58941
)200151
ns/iter (± 8764
)1.20
partial_and/20
497525
ns/iter (± 23622
)422584
ns/iter (± 13041
)1.18
partial_and/40
1093992
ns/iter (± 82265
)914584
ns/iter (± 16112
)1.20
partial_and/80
2481239
ns/iter (± 166244
)2084689
ns/iter (± 9713
)1.19
partial_and/100
3213273
ns/iter (± 207880
)2761225
ns/iter (± 11016
)1.16
partial_rule_depth/1
120928
ns/iter (± 13954
)95358
ns/iter (± 3314
)1.27
partial_rule_depth/5
390782
ns/iter (± 26338
)323104
ns/iter (± 7479
)1.21
partial_rule_depth/10
894062
ns/iter (± 53593
)713586
ns/iter (± 10936
)1.25
partial_rule_depth/20
2547297
ns/iter (± 230047
)2041455
ns/iter (± 22542
)1.25
partial_rule_depth/40
9954455
ns/iter (± 640327
)7279647
ns/iter (± 46667
)1.37
partial_rule_depth/80
64740108
ns/iter (± 3354331
)36757365
ns/iter (± 322586
)1.76
partial_rule_depth/100
118806810
ns/iter (± 3533319
)68437300
ns/iter (± 480564
)1.74
This comment was automatically generated by workflow using github-action-benchmark.
d43ed90
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.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.partial_rule_depth/80
64740108
ns/iter (± 3354331
)36757365
ns/iter (± 322586
)1.76
partial_rule_depth/100
118806810
ns/iter (± 3533319
)68437300
ns/iter (± 480564
)1.74
This comment was automatically generated by workflow using github-action-benchmark.
CC: @osohq/eng