-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathresults.sheet05.top20.fetch.csv
We can't make this file beautiful and searchable because it's too large.
9481 lines (9481 loc) · 766 KB
/
results.sheet05.top20.fetch.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
builder;step;task;time
VM-20t-157G-zeus;3-fetch;aspell.do_fetch;---
VM-20t-98G-zeus;3-fetch;aspell.do_fetch;---
core-i7-4790k-dunfell;3-fetch;aspell.do_fetch;---
dual-Epyc-7763;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;aspell.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;aspell.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;aspell.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;aspell.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;aspell.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;aspell.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;aspell.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;aspell.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;aspell.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;aspell.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;aspell.do_fetch;37.71
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;aspell.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;aspell.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;aspell.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;aspell.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;aspell.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;aspell.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;aspell.do_fetch;---
VM-20t-157G-zeus;3-fetch;binutils.do_fetch;1087.36
VM-20t-98G-zeus;3-fetch;binutils.do_fetch;80.05
core-i7-4790k-dunfell;3-fetch;binutils.do_fetch;3598.43
dual-Epyc-7763;3-fetch;binutils.do_fetch;111.17
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;binutils.do_fetch;0.12
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;binutils.do_fetch;0.08
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;binutils.do_fetch;331.45
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;binutils.do_fetch;611.72
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;binutils.do_fetch;433.55
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;binutils.do_fetch;313.32
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;binutils.do_fetch;307.99
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;binutils.do_fetch;525.28
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;binutils.do_fetch;476.43
dual-Xeon-Gold-6258R-zeus;3-fetch;binutils.do_fetch;511.58
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;binutils.do_fetch;746.47
ryzen-5-1600AF-zeus;3-fetch;binutils.do_fetch;736.87
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;binutils.do_fetch;2723.73
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;binutils.do_fetch;3860.18
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;binutils.do_fetch;1498.20
ryzen-9-5950x-128gb-docker-zeus;3-fetch;binutils.do_fetch;1630.70
ryzen-9-5950x-zeus;3-fetch;binutils.do_fetch;0.06
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;binutils.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;binutils.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;binutils.do_fetch;179.58
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;binutils.do_fetch;753.17
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;binutils.do_fetch;1491.70
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;binutils.do_fetch;2148.92
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;binutils.do_fetch;1880.47
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;binutils.do_fetch;2371.24
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;binutils.do_fetch;3.08
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;binutils.do_fetch;0.20
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;binutils.do_fetch;4789.68
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;binutils.do_fetch;3641.76
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;binutils.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;binutils.do_fetch;2682.80
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;binutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;binutils.do_fetch;93.53
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;binutils.do_fetch;397.58
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;binutils.do_fetch;104.93
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;binutils.do_fetch;446.57
threadripper-3970x-128gb-optane-zeus;3-fetch;binutils.do_fetch;82.45
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;binutils.do_fetch;1210.80
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;binutils.do_fetch;627.79
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;binutils.do_fetch;1350.23
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;binutils.do_fetch;1857.23
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;binutils.do_fetch;1232.71
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;binutils.do_fetch;1508.93
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;binutils.do_fetch;1389.73
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;binutils.do_fetch;1555.05
threadripper-3970x-64gb-zeus;3-fetch;binutils.do_fetch;813.44
threadripper-3990x-128gb-zeus;3-fetch;binutils.do_fetch;537.37
threadripper-3990x-256gb-zeus;3-fetch;binutils.do_fetch;537.83
vSphere-VM-28t-55G-zeus;3-fetch;binutils.do_fetch;483.68
xeon-e3-1275-v5-dunfell;3-fetch;binutils.do_fetch;1698.26
VM-20t-157G-zeus;3-fetch;binutils-cross-arm.do_fetch;---
VM-20t-98G-zeus;3-fetch;binutils-cross-arm.do_fetch;---
core-i7-4790k-dunfell;3-fetch;binutils-cross-arm.do_fetch;---
dual-Epyc-7763;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;binutils-cross-arm.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;binutils-cross-arm.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;binutils-cross-arm.do_fetch;1388.47
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;binutils-cross-arm.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;binutils-cross-arm.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;binutils-cross-arm.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;binutils-cross-arm.do_fetch;---
VM-20t-157G-zeus;3-fetch;binutils-cross-x86_64.do_fetch;968.47
VM-20t-98G-zeus;3-fetch;binutils-cross-x86_64.do_fetch;---
core-i7-4790k-dunfell;3-fetch;binutils-cross-x86_64.do_fetch;1576.43
dual-Epyc-7763;3-fetch;binutils-cross-x86_64.do_fetch;107.05
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;binutils-cross-x86_64.do_fetch;0.11
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;binutils-cross-x86_64.do_fetch;0.08
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;binutils-cross-x86_64.do_fetch;260.91
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;binutils-cross-x86_64.do_fetch;496.93
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;binutils-cross-x86_64.do_fetch;374.03
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;binutils-cross-x86_64.do_fetch;268.92
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;binutils-cross-x86_64.do_fetch;265.81
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;binutils-cross-x86_64.do_fetch;463.92
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;binutils-cross-x86_64.do_fetch;420.24
dual-Xeon-Gold-6258R-zeus;3-fetch;binutils-cross-x86_64.do_fetch;501.30
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;binutils-cross-x86_64.do_fetch;657.53
ryzen-5-1600AF-zeus;3-fetch;binutils-cross-x86_64.do_fetch;564.47
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;binutils-cross-x86_64.do_fetch;2582.15
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;binutils-cross-x86_64.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;binutils-cross-x86_64.do_fetch;1118.53
ryzen-9-5950x-128gb-docker-zeus;3-fetch;binutils-cross-x86_64.do_fetch;1292.56
ryzen-9-5950x-zeus;3-fetch;binutils-cross-x86_64.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;binutils-cross-x86_64.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;binutils-cross-x86_64.do_fetch;154.03
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;binutils-cross-x86_64.do_fetch;634.40
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;binutils-cross-x86_64.do_fetch;1381.97
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;binutils-cross-x86_64.do_fetch;2032.47
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;binutils-cross-x86_64.do_fetch;1771.94
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;binutils-cross-x86_64.do_fetch;2264.34
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;binutils-cross-x86_64.do_fetch;0.19
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;binutils-cross-x86_64.do_fetch;4683.44
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;binutils-cross-x86_64.do_fetch;3639.71
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;binutils-cross-x86_64.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;binutils-cross-x86_64.do_fetch;2569.06
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;binutils-cross-x86_64.do_fetch;86.48
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;binutils-cross-x86_64.do_fetch;284.69
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;binutils-cross-x86_64.do_fetch;88.41
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;binutils-cross-x86_64.do_fetch;67.11
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;binutils-cross-x86_64.do_fetch;1181.08
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;binutils-cross-x86_64.do_fetch;601.09
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;binutils-cross-x86_64.do_fetch;1229.80
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;binutils-cross-x86_64.do_fetch;1733.39
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;binutils-cross-x86_64.do_fetch;1122.04
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;binutils-cross-x86_64.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;binutils-cross-x86_64.do_fetch;1267.76
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;binutils-cross-x86_64.do_fetch;1435.52
threadripper-3970x-64gb-zeus;3-fetch;binutils-cross-x86_64.do_fetch;621.12
threadripper-3990x-128gb-zeus;3-fetch;binutils-cross-x86_64.do_fetch;528.63
threadripper-3990x-256gb-zeus;3-fetch;binutils-cross-x86_64.do_fetch;528.07
vSphere-VM-28t-55G-zeus;3-fetch;binutils-cross-x86_64.do_fetch;349.63
xeon-e3-1275-v5-dunfell;3-fetch;binutils-cross-x86_64.do_fetch;---
VM-20t-157G-zeus;3-fetch;binutils-native.do_fetch;975.85
VM-20t-98G-zeus;3-fetch;binutils-native.do_fetch;---
core-i7-4790k-dunfell;3-fetch;binutils-native.do_fetch;2235.86
dual-Epyc-7763;3-fetch;binutils-native.do_fetch;108.82
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;binutils-native.do_fetch;0.09
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;binutils-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;binutils-native.do_fetch;270.75
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;binutils-native.do_fetch;520.16
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;binutils-native.do_fetch;379.49
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;binutils-native.do_fetch;274.94
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;binutils-native.do_fetch;268.50
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;binutils-native.do_fetch;472.18
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;binutils-native.do_fetch;428.20
dual-Xeon-Gold-6258R-zeus;3-fetch;binutils-native.do_fetch;504.47
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;binutils-native.do_fetch;774.03
ryzen-5-1600AF-zeus;3-fetch;binutils-native.do_fetch;570.45
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;binutils-native.do_fetch;2763.00
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;binutils-native.do_fetch;4008.08
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;binutils-native.do_fetch;1149.79
ryzen-9-5950x-128gb-docker-zeus;3-fetch;binutils-native.do_fetch;1338.44
ryzen-9-5950x-zeus;3-fetch;binutils-native.do_fetch;0.05
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;binutils-native.do_fetch;10.19
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;binutils-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;binutils-native.do_fetch;159.10
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;binutils-native.do_fetch;640.28
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;binutils-native.do_fetch;1527.25
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;binutils-native.do_fetch;2187.88
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;binutils-native.do_fetch;1920.94
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;binutils-native.do_fetch;2398.55
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;binutils-native.do_fetch;4.66
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;binutils-native.do_fetch;4.50
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;binutils-native.do_fetch;3.20
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;binutils-native.do_fetch;0.16
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;binutils-native.do_fetch;3.25
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;binutils-native.do_fetch;4834.83
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;binutils-native.do_fetch;3642.95
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;binutils-native.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;binutils-native.do_fetch;2737.42
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;binutils-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;binutils-native.do_fetch;5.33
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;binutils-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;binutils-native.do_fetch;3.18
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;binutils-native.do_fetch;98.16
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;binutils-native.do_fetch;428.68
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;binutils-native.do_fetch;110.84
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;binutils-native.do_fetch;478.09
threadripper-3970x-128gb-optane-zeus;3-fetch;binutils-native.do_fetch;69.56
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;binutils-native.do_fetch;1184.42
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;binutils-native.do_fetch;606.88
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;binutils-native.do_fetch;1250.56
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;binutils-native.do_fetch;1745.97
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;binutils-native.do_fetch;1132.54
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;binutils-native.do_fetch;1402.14
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;binutils-native.do_fetch;1287.36
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;binutils-native.do_fetch;1592.83
threadripper-3970x-64gb-zeus;3-fetch;binutils-native.do_fetch;649.13
threadripper-3990x-128gb-zeus;3-fetch;binutils-native.do_fetch;529.74
threadripper-3990x-256gb-zeus;3-fetch;binutils-native.do_fetch;529.84
vSphere-VM-28t-55G-zeus;3-fetch;binutils-native.do_fetch;368.81
xeon-e3-1275-v5-dunfell;3-fetch;binutils-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;brotli-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;brotli-native.do_fetch;---
core-i7-4790k-dunfell;3-fetch;brotli-native.do_fetch;---
dual-Epyc-7763;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;brotli-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;brotli-native.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;brotli-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;brotli-native.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;brotli-native.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;brotli-native.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;brotli-native.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;brotli-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;brotli-native.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;brotli-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;brotli-native.do_fetch;57.18
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;brotli-native.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;brotli-native.do_fetch;413.74
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;brotli-native.do_fetch;399.60
threadripper-3970x-128gb-optane-zeus;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;brotli-native.do_fetch;383.38
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;brotli-native.do_fetch;387.11
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;brotli-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;brotli-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;brotli-native.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;brotli-native.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;brotli-native.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;brotli-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;busybox.do_fetch;---
VM-20t-98G-zeus;3-fetch;busybox.do_fetch;---
core-i7-4790k-dunfell;3-fetch;busybox.do_fetch;---
dual-Epyc-7763;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;busybox.do_fetch;0.13
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;busybox.do_fetch;0.07
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;busybox.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;busybox.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;busybox.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;busybox.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;busybox.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;busybox.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;busybox.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;busybox.do_fetch;0.05
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;busybox.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;busybox.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;busybox.do_fetch;0.19
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;busybox.do_fetch;0.20
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;busybox.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;busybox.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;busybox.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;busybox.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;busybox.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;busybox.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;busybox.do_fetch;---
VM-20t-157G-zeus;3-fetch;c-ares-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;c-ares-native.do_fetch;---
core-i7-4790k-dunfell;3-fetch;c-ares-native.do_fetch;---
dual-Epyc-7763;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;c-ares-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;c-ares-native.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;c-ares-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;c-ares-native.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;c-ares-native.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;c-ares-native.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;c-ares-native.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;c-ares-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;c-ares-native.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;c-ares-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;c-ares-native.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;c-ares-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;c-ares-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;c-ares-native.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;c-ares-native.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;c-ares-native.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;c-ares-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;cairo.do_fetch;---
VM-20t-98G-zeus;3-fetch;cairo.do_fetch;---
core-i7-4790k-dunfell;3-fetch;cairo.do_fetch;---
dual-Epyc-7763;3-fetch;cairo.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cairo.do_fetch;259.83
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cairo.do_fetch;177.19
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cairo.do_fetch;112.79
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cairo.do_fetch;213.49
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;cairo.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cairo.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;cairo.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cairo.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cairo.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cairo.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cairo.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;cairo.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cairo.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cairo.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cairo.do_fetch;296.61
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cairo.do_fetch;317.78
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cairo.do_fetch;322.90
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cairo.do_fetch;301.85
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;cairo.do_fetch;94.49
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;cairo.do_fetch;49.57
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;cairo.do_fetch;137.17
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;cairo.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;cairo.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;cairo.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;cairo.do_fetch;121.73
threadripper-3990x-256gb-zeus;3-fetch;cairo.do_fetch;120.34
vSphere-VM-28t-55G-zeus;3-fetch;cairo.do_fetch;161.78
xeon-e3-1275-v5-dunfell;3-fetch;cairo.do_fetch;---
VM-20t-157G-zeus;3-fetch;cairo-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;cairo-native.do_fetch;83.06
core-i7-4790k-dunfell;3-fetch;cairo-native.do_fetch;---
dual-Epyc-7763;3-fetch;cairo-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cairo-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cairo-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cairo-native.do_fetch;122.44
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cairo-native.do_fetch;327.95
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cairo-native.do_fetch;217.98
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cairo-native.do_fetch;122.97
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cairo-native.do_fetch;146.27
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cairo-native.do_fetch;251.27
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cairo-native.do_fetch;219.73
dual-Xeon-Gold-6258R-zeus;3-fetch;cairo-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cairo-native.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;cairo-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cairo-native.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cairo-native.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cairo-native.do_fetch;469.10
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cairo-native.do_fetch;471.57
ryzen-9-5950x-zeus;3-fetch;cairo-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cairo-native.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cairo-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;cairo-native.do_fetch;65.28
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cairo-native.do_fetch;385.79
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cairo-native.do_fetch;414.18
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cairo-native.do_fetch;413.18
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cairo-native.do_fetch;414.29
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;cairo-native.do_fetch;366.69
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;cairo-native.do_fetch;105.09
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;cairo-native.do_fetch;58.75
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;cairo-native.do_fetch;116.00
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;cairo-native.do_fetch;149.68
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;cairo-native.do_fetch;369.44
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;cairo-native.do_fetch;388.05
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;cairo-native.do_fetch;393.59
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;cairo-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;cairo-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;cairo-native.do_fetch;127.30
threadripper-3990x-256gb-zeus;3-fetch;cairo-native.do_fetch;125.55
vSphere-VM-28t-55G-zeus;3-fetch;cairo-native.do_fetch;247.84
xeon-e3-1275-v5-dunfell;3-fetch;cairo-native.do_fetch;410.04
VM-20t-157G-zeus;3-fetch;cargo-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;cargo-native.do_fetch;---
core-i7-4790k-dunfell;3-fetch;cargo-native.do_fetch;---
dual-Epyc-7763;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;cargo-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cargo-native.do_fetch;648.86
ryzen-5-1600AF-zeus;3-fetch;cargo-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cargo-native.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cargo-native.do_fetch;542.70
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cargo-native.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cargo-native.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;cargo-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cargo-native.do_fetch;6.86
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cargo-native.do_fetch;29.11
threadripper-2990wx-128gb-zeus;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cargo-native.do_fetch;293.80
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cargo-native.do_fetch;3.51
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;cargo-native.do_fetch;91.70
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;cargo-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;cargo-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;cargo-native.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;cargo-native.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;cargo-native.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;cargo-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;cbindgen-native.do_fetch;160.46
VM-20t-98G-zeus;3-fetch;cbindgen-native.do_fetch;184.12
core-i7-4790k-dunfell;3-fetch;cbindgen-native.do_fetch;---
dual-Epyc-7763;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cbindgen-native.do_fetch;0.10
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cbindgen-native.do_fetch;0.06
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;cbindgen-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cbindgen-native.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;cbindgen-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cbindgen-native.do_fetch;143.70
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cbindgen-native.do_fetch;311.14
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cbindgen-native.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cbindgen-native.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;cbindgen-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cbindgen-native.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cbindgen-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;cbindgen-native.do_fetch;88.81
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cbindgen-native.do_fetch;5.37
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cbindgen-native.do_fetch;3.15
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cbindgen-native.do_fetch;5.27
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cbindgen-native.do_fetch;0.18
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cbindgen-native.do_fetch;6.59
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;cbindgen-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;cbindgen-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;cbindgen-native.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;cbindgen-native.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;cbindgen-native.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;cbindgen-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;chromium-x11.do_fetch;52.73
VM-20t-98G-zeus;3-fetch;chromium-x11.do_fetch;---
core-i7-4790k-dunfell;3-fetch;chromium-x11.do_fetch;---
dual-Epyc-7763;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;chromium-x11.do_fetch;193.46
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;chromium-x11.do_fetch;225.20
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;chromium-x11.do_fetch;217.90
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;chromium-x11.do_fetch;155.58
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;chromium-x11.do_fetch;287.03
dual-Xeon-Gold-6258R-zeus;3-fetch;chromium-x11.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;chromium-x11.do_fetch;496.12
ryzen-5-1600AF-zeus;3-fetch;chromium-x11.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;chromium-x11.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;chromium-x11.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;chromium-x11.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;chromium-x11.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;chromium-x11.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;chromium-x11.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;chromium-x11.do_fetch;91.00
threadripper-2990wx-128gb-zeus;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;chromium-x11.do_fetch;507.03
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;chromium-x11.do_fetch;150.07
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;chromium-x11.do_fetch;19.01
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;chromium-x11.do_fetch;58.60
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;chromium-x11.do_fetch;131.42
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;chromium-x11.do_fetch;482.45
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;chromium-x11.do_fetch;471.27
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;chromium-x11.do_fetch;445.99
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;chromium-x11.do_fetch;15.42
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;chromium-x11.do_fetch;355.40
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;chromium-x11.do_fetch;640.71
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;chromium-x11.do_fetch;988.34
threadripper-3970x-128gb-optane-zeus;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;chromium-x11.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;chromium-x11.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;chromium-x11.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;chromium-x11.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;chromium-x11.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;chromium-x11.do_fetch;---
VM-20t-157G-zeus;3-fetch;cmake-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;cmake-native.do_fetch;---
core-i7-4790k-dunfell;3-fetch;cmake-native.do_fetch;---
dual-Epyc-7763;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;cmake-native.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cmake-native.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;cmake-native.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cmake-native.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cmake-native.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cmake-native.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cmake-native.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;cmake-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cmake-native.do_fetch;9.55
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cmake-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;cmake-native.do_fetch;87.63
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;cmake-native.do_fetch;44.87
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;cmake-native.do_fetch;65.78
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;cmake-native.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;cmake-native.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;cmake-native.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;cmake-native.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;cmake-native.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;cmake-native.do_fetch;---
VM-20t-157G-zeus;3-fetch;core-image-sato.do_recipe_qa;---
VM-20t-98G-zeus;3-fetch;core-image-sato.do_recipe_qa;---
core-i7-4790k-dunfell;3-fetch;core-image-sato.do_recipe_qa;---
dual-Epyc-7763;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-Gold-6258R-zeus;3-fetch;core-image-sato.do_recipe_qa;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-5-1600AF-zeus;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-9-5950x-zeus;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;core-image-sato.do_recipe_qa;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-2990wx-128gb-zeus;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;core-image-sato.do_recipe_qa;0.18
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-optane-zeus;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3970x-64gb-zeus;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3990x-128gb-zeus;3-fetch;core-image-sato.do_recipe_qa;---
threadripper-3990x-256gb-zeus;3-fetch;core-image-sato.do_recipe_qa;---
vSphere-VM-28t-55G-zeus;3-fetch;core-image-sato.do_recipe_qa;---
xeon-e3-1275-v5-dunfell;3-fetch;core-image-sato.do_recipe_qa;---
VM-20t-157G-zeus;3-fetch;coreutils.do_fetch;---
VM-20t-98G-zeus;3-fetch;coreutils.do_fetch;---
core-i7-4790k-dunfell;3-fetch;coreutils.do_fetch;---
dual-Epyc-7763;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-Gold-6258R-zeus;3-fetch;coreutils.do_fetch;---
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;coreutils.do_fetch;---
ryzen-5-1600AF-zeus;3-fetch;coreutils.do_fetch;---
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;coreutils.do_fetch;---
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;coreutils.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;coreutils.do_fetch;---
ryzen-9-5950x-128gb-docker-zeus;3-fetch;coreutils.do_fetch;---
ryzen-9-5950x-zeus;3-fetch;coreutils.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;coreutils.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;coreutils.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-100K;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-with-reg-cpu-pressure-1K-no-swap;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-nanbield-2024-04-latest;3-fetch;coreutils.do_fetch;39.72
threadripper-3970x-128gb-gentoo-nanbield-2024-04;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-04;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-gentoo-scarthgap-2024-06;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-optane-zeus;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-dunfell-2020-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.04-zeus-2020-02;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-20.10-gatesgarth-2020-10;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2020-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-dunfell-2021-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03-qemuarm;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.04-hardknott-2021-03;3-fetch;coreutils.do_fetch;---
threadripper-3970x-128gb-ubuntu-21.10-honister-2021-09;3-fetch;coreutils.do_fetch;---
threadripper-3970x-64gb-zeus;3-fetch;coreutils.do_fetch;---
threadripper-3990x-128gb-zeus;3-fetch;coreutils.do_fetch;---
threadripper-3990x-256gb-zeus;3-fetch;coreutils.do_fetch;---
vSphere-VM-28t-55G-zeus;3-fetch;coreutils.do_fetch;---
xeon-e3-1275-v5-dunfell;3-fetch;coreutils.do_fetch;---
VM-20t-157G-zeus;3-fetch;cross-localedef-native.do_fetch;---
VM-20t-98G-zeus;3-fetch;cross-localedef-native.do_fetch;57.84
core-i7-4790k-dunfell;3-fetch;cross-localedef-native.do_fetch;---
dual-Epyc-7763;3-fetch;cross-localedef-native.do_fetch;61.45
dual-Xeon-E5-2630-v4-ubuntu-18.04-zeus;3-fetch;cross-localedef-native.do_fetch;---
dual-Xeon-E5-2630-v4-ubuntu-20.04-zeus;3-fetch;cross-localedef-native.do_fetch;0.06
dual-Xeon-E5-2670-8-channels-zeus;3-fetch;cross-localedef-native.do_fetch;176.53
dual-Xeon-E5-2698-v3-4-channels-zeus;3-fetch;cross-localedef-native.do_fetch;352.12
dual-Xeon-E5-2698-v4-4-channels-no-journal-zeus;3-fetch;cross-localedef-native.do_fetch;283.60
dual-Xeon-E5-2698-v4-4-channels-tmpfs-zeus;3-fetch;cross-localedef-native.do_fetch;177.61
dual-Xeon-E5-2698-v4-4-channels-zeus;3-fetch;cross-localedef-native.do_fetch;198.61
dual-Xeon-E5-2699-v3-8-channels-tmpfs-zeus;3-fetch;cross-localedef-native.do_fetch;325.91
dual-Xeon-E5-2699-v3-8-channels-zeus;3-fetch;cross-localedef-native.do_fetch;346.43
dual-Xeon-Gold-6258R-zeus;3-fetch;cross-localedef-native.do_fetch;247.19
dual-Xeon-Gold-6338-8-channels-kirkstone;3-fetch;cross-localedef-native.do_fetch;2898.00
ryzen-5-1600AF-zeus;3-fetch;cross-localedef-native.do_fetch;322.32
ryzen-7-5700X-64gb-Ubuntu-22.04-kirkstone-2022-07;3-fetch;cross-localedef-native.do_fetch;1258.36
ryzen-7-Pro-6850U-32gb-KUbuntu-22.04-kirkstone-2022-07;3-fetch;cross-localedef-native.do_fetch;---
ryzen-9-5950x-128gb-docker-hardknott;3-fetch;cross-localedef-native.do_fetch;817.18
ryzen-9-5950x-128gb-docker-zeus;3-fetch;cross-localedef-native.do_fetch;958.14
ryzen-9-5950x-zeus;3-fetch;cross-localedef-native.do_fetch;---
ryzen-9-9950x-with-icecc-scarthgap-2024-06;3-fetch;cross-localedef-native.do_fetch;---
ryzen-9-9950x-without-icecc-scarthgap-2024-06;3-fetch;cross-localedef-native.do_fetch;---
threadripper-2990wx-128gb-zeus;3-fetch;cross-localedef-native.do_fetch;113.39
threadripper-3970x-128gb-gentoo-dunfell-2022-07;3-fetch;cross-localedef-native.do_fetch;486.07
threadripper-3970x-128gb-gentoo-honister-2021-09;3-fetch;cross-localedef-native.do_fetch;1115.30
threadripper-3970x-128gb-gentoo-honister-2022-03;3-fetch;cross-localedef-native.do_fetch;1117.07
threadripper-3970x-128gb-gentoo-kirkstone-2022-03;3-fetch;cross-localedef-native.do_fetch;1217.47
threadripper-3970x-128gb-gentoo-kirkstone-2022-07;3-fetch;cross-localedef-native.do_fetch;1626.20
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-OOMK;3-fetch;cross-localedef-native.do_fetch;4.51
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K-chp-logic-fixes;3-fetch;cross-localedef-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-100K;3-fetch;cross-localedef-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K-chp-logic-fixes;3-fetch;cross-localedef-native.do_fetch;---
threadripper-3970x-128gb-gentoo-kirkstone-2023-08-with-reg-cpu-pressure-1K;3-fetch;cross-localedef-native.do_fetch;2.41
threadripper-3970x-128gb-gentoo-langdale-2022-05;3-fetch;cross-localedef-native.do_fetch;2795.80
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-dash-l;3-fetch;cross-localedef-native.do_fetch;---
threadripper-3970x-128gb-gentoo-langdale-2022-07-with-reg-cpu-pressure;3-fetch;cross-localedef-native.do_fetch;0.16
threadripper-3970x-128gb-gentoo-langdale-2022-07;3-fetch;cross-localedef-native.do_fetch;1611.26
threadripper-3970x-128gb-gentoo-nanbield-2023-08-no-ff-no-reg-cpu-pressure-no-rm-work;3-fetch;cross-localedef-native.do_fetch;---