Skip to content

Commit c2d8593

Browse files
committed
Add packages slower than 10x average runtime to blacklist
1 parent 7f03e58 commit c2d8593

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data/blacklist.csv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,18 @@ MatchIt, tickles illegal instruction (old cpu here)
152152
clrng,needs gpuR
153153
# 2024-11-15
154154
chouca,been failing locally for too long
155+
# 2025-03-21 select package, runtime/60 as min from results where runtime/60/10 > (select avg(runtime)/60 from results) order by runtime desc;
156+
FlexReg,148.058190921942
157+
ProbBreed,114.448904526234
158+
bayeslist,110.313128689925
159+
networkscaleup,101.636202271779
160+
rstanarm,93.9551114082336
161+
profoc,86.7519683837891
162+
EcoEnsemble,85.1176739970843
163+
mlpack,81.6935871044795
164+
cbq,81.6211641271909
165+
multinma,76.5966989000638
166+
psBayesborrow,72.0593761205673
167+
rts2,70.5099750161171
168+
Rlgt,66.9982773661613
169+
OpenMx,66.1328665614128

0 commit comments

Comments
 (0)