-
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.
Co-authored-by: Sam Scott <[email protected]>
- Loading branch information
1 parent
c2ac67f
commit c7c5275
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
oso~=0.26.0 | ||
oso~=0.26.1 | ||
django>=2.2 |
c7c5275
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
42219
ns/iter (± 1256
)43897
ns/iter (± 1949
)0.96
n_plus_one/100
2294754
ns/iter (± 12016
)2210657
ns/iter (± 5490
)1.04
n_plus_one/500
11080823
ns/iter (± 25932
)10627532
ns/iter (± 34720
)1.04
n_plus_one/1000
22025196
ns/iter (± 55492
)21186400
ns/iter (± 142278
)1.04
unify_once
938
ns/iter (± 17
)934
ns/iter (± 428
)1.00
unify_twice
2661
ns/iter (± 696
)2538
ns/iter (± 56
)1.05
many_rules
64942
ns/iter (± 986
)60711
ns/iter (± 1367
)1.07
fib/5
522227
ns/iter (± 7146
)525523
ns/iter (± 8803
)0.99
prime/3
18240
ns/iter (± 551
)17462
ns/iter (± 763
)1.04
prime/23
18270
ns/iter (± 544
)17568
ns/iter (± 749
)1.04
prime/43
18241
ns/iter (± 678
)17491
ns/iter (± 850
)1.04
prime/83
18284
ns/iter (± 649
)17541
ns/iter (± 746
)1.04
prime/255
16750
ns/iter (± 462
)16130
ns/iter (± 626
)1.04
indexed/100
5939
ns/iter (± 408
)5756
ns/iter (± 666
)1.03
indexed/500
6845
ns/iter (± 1465
)7166
ns/iter (± 1947
)0.96
indexed/1000
8117
ns/iter (± 161
)9394
ns/iter (± 716
)0.86
indexed/10000
15500
ns/iter (± 3479
)28450
ns/iter (± 3041
)0.54
not
5928
ns/iter (± 102
)5817
ns/iter (± 116
)1.02
double_not
12319
ns/iter (± 190
)12179
ns/iter (± 233
)1.01
De_Morgan_not
7955
ns/iter (± 126
)7753
ns/iter (± 208
)1.03
load_policy
895201
ns/iter (± 2401
)880617
ns/iter (± 2131
)1.02
partial_and/1
30929
ns/iter (± 1106
)31027
ns/iter (± 1429
)1.00
partial_and/5
106728
ns/iter (± 2631
)109800
ns/iter (± 3320
)0.97
partial_and/10
205473
ns/iter (± 5698
)209255
ns/iter (± 4355
)0.98
partial_and/20
420961
ns/iter (± 7652
)425753
ns/iter (± 8390
)0.99
partial_and/40
910222
ns/iter (± 13453
)902663
ns/iter (± 12114
)1.01
partial_and/80
2074621
ns/iter (± 14880
)2041936
ns/iter (± 21323
)1.02
partial_and/100
2758047
ns/iter (± 20789
)2704240
ns/iter (± 29908
)1.02
partial_rule_depth/1
96708
ns/iter (± 3424
)101373
ns/iter (± 4274
)0.95
partial_rule_depth/5
325122
ns/iter (± 6460
)333059
ns/iter (± 8178
)0.98
partial_rule_depth/10
717216
ns/iter (± 12084
)725154
ns/iter (± 16634
)0.99
partial_rule_depth/20
2038688
ns/iter (± 10604
)2034898
ns/iter (± 41155
)1.00
partial_rule_depth/40
7388162
ns/iter (± 57930
)7435299
ns/iter (± 127472
)0.99
partial_rule_depth/80
38875046
ns/iter (± 358898
)44644585
ns/iter (± 441593
)0.87
partial_rule_depth/100
72397595
ns/iter (± 432669
)83233493
ns/iter (± 575365
)0.87
This comment was automatically generated by workflow using github-action-benchmark.