about summary refs log tree commit diff stats
path: root/linux/mu-init-test.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-10 06:17:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 06:17:50 -0700
commit179db5aeb6c51936242a33a4612d6f6c1dc88b88 (patch)
tree2c62b521d6bc304e9e2d9cf869892520d8e05188 /linux/mu-init-test.subx
parente72e5ad2977c054790426722d5809c0a8e5f1307 (diff)
downloadmu-179db5aeb6c51936242a33a4612d6f6c1dc88b88.tar.gz
slack: takes almost 3 minutes to load 55MB
This is with KVM on a pretty fast Thinkpad.

If I exclude images, 14MB takes 45s to load.

There's also a bug in parsing at the moment; it aborts after loading all
records.
Diffstat (limited to 'linux/mu-init-test.subx')
0 files changed, 0 insertions, 0 deletions
'n7' href='#n7'>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