-
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.
Remove one more musl upload thing (#1372)
- Loading branch information
Showing
1 changed file
with
0 additions
and
9 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
6e395ec
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
64381
ns/iter (± 29368
)61222
ns/iter (± 9153
)1.05
n_plus_one/100
2828376
ns/iter (± 36282
)2447638
ns/iter (± 96392
)1.16
n_plus_one/500
13248697
ns/iter (± 161806
)12853316
ns/iter (± 592872
)1.03
n_plus_one/1000
26476448
ns/iter (± 223060
)23958162
ns/iter (± 735284
)1.11
unify_once
1100
ns/iter (± 59
)1011
ns/iter (± 55
)1.09
unify_twice
2874
ns/iter (± 63
)2517
ns/iter (± 128
)1.14
many_rules
70876
ns/iter (± 1653
)62049
ns/iter (± 3834
)1.14
fib/5
600331
ns/iter (± 10182
)545606
ns/iter (± 29395
)1.10
prime/3
24486
ns/iter (± 1088
)21623
ns/iter (± 1507
)1.13
prime/23
24554
ns/iter (± 1082
)21543
ns/iter (± 1534
)1.14
prime/43
24509
ns/iter (± 1181
)21705
ns/iter (± 1692
)1.13
prime/83
24483
ns/iter (± 1124
)21829
ns/iter (± 1980
)1.12
prime/255
22322
ns/iter (± 1064
)20052
ns/iter (± 2230
)1.11
indexed/100
6945
ns/iter (± 772
)6368
ns/iter (± 1307
)1.09
indexed/500
8642
ns/iter (± 2044
)7593
ns/iter (± 3701
)1.14
indexed/1000
11185
ns/iter (± 541
)10144
ns/iter (± 1356
)1.10
indexed/10000
30526
ns/iter (± 2515
)15699
ns/iter (± 3999
)1.94
not
6976
ns/iter (± 156
)6320
ns/iter (± 264
)1.10
double_not
14604
ns/iter (± 388
)13587
ns/iter (± 583
)1.07
De_Morgan_not
9190
ns/iter (± 229
)8408
ns/iter (± 408
)1.09
load_policy
1068951
ns/iter (± 8813
)1031268
ns/iter (± 45131
)1.04
partial_and/1
44502
ns/iter (± 2144
)40010
ns/iter (± 2223
)1.11
partial_and/5
157887
ns/iter (± 3744
)138566
ns/iter (± 7580
)1.14
partial_and/10
295961
ns/iter (± 6375
)264004
ns/iter (± 14258
)1.12
partial_and/20
600186
ns/iter (± 8483
)526849
ns/iter (± 16751
)1.14
partial_and/40
1282063
ns/iter (± 16678
)1132668
ns/iter (± 40954
)1.13
partial_and/80
2859178
ns/iter (± 91274
)2626956
ns/iter (± 98707
)1.09
partial_and/100
3728047
ns/iter (± 54169
)3655541
ns/iter (± 140392
)1.02
partial_rule_depth/1
141548
ns/iter (± 5101
)124215
ns/iter (± 7499
)1.14
partial_rule_depth/5
442756
ns/iter (± 14674
)389978
ns/iter (± 19730
)1.14
partial_rule_depth/10
937469
ns/iter (± 13351
)853886
ns/iter (± 39774
)1.10
partial_rule_depth/20
2562514
ns/iter (± 33187
)2440928
ns/iter (± 97490
)1.05
partial_rule_depth/40
8913671
ns/iter (± 138604
)9158520
ns/iter (± 261953
)0.97
partial_rule_depth/80
49221542
ns/iter (± 557731
)49999822
ns/iter (± 1831750
)0.98
partial_rule_depth/100
89976467
ns/iter (± 1224980
)103223509
ns/iter (± 3275586
)0.87
This comment was automatically generated by workflow using github-action-benchmark.
6e395ec
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
.indexed/10000
30526
ns/iter (± 2515
)15699
ns/iter (± 3999
)1.94
This comment was automatically generated by workflow using github-action-benchmark.
CC: @osohq/eng