summary refs log tree commit diff stats
path: root/test/bm_loader.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-14 17:59:52 +0200
committerhut <hut@lavabit.com>2010-05-14 18:05:22 +0200
commit863f85ce9000eaef047631db0e42cdbfbb7c776e (patch)
tree604766cddd875aff570daf0425a501d5815c027d /test/bm_loader.py
parent7f9044bc98679032031bf33c3034b5275111cc3b (diff)
downloadranger-863f85ce9000eaef047631db0e42cdbfbb7c776e.tar.gz
fsobject.fsobject: applied patches
Diffstat (limited to 'test/bm_loader.py')
-rw-r--r--test/bm_loader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bm_loader.py b/test/bm_loader.py
index 4bfc2db9..745e6f3b 100644
--- a/test/bm_loader.py
+++ b/test/bm_loader.py
@@ -127,6 +127,7 @@ class benchmark_load(object):
 				self.loader.work()
 
 
+@skip
 class benchmark_raw_load(object):
 	def __init__(self):
 		SettingsAware.settings = Fake()
02:40:40 +0100 added process manager which lists running load processes' href='/akspecs/ranger/commit/ranger/gui/defaultui.py?id=ddf828fb5ce5a539e01d968aee5817ad1c921a01'>ddf828fb ^
a923ead7 ^
06aefcf5 ^

d88232a3 ^

9506fb8e ^
49ae0dd1 ^


e6dfc442 ^
ddf828fb ^



a923ead7 ^


c1033553 ^





06aefcf5 ^


d88232a3 ^

1159f9ec ^
49ae0dd1 ^
9506fb8e ^
a923ead7 ^
a923ead7 ^
c1033553 ^



d88232a3 ^
cfdbb9d6 ^

a923ead7 ^







e6dfc442 ^
06aefcf5 ^
















7ec262f8 ^

e6dfc442 ^

cfdbb9d6 ^
e6dfc442 ^


cfdbb9d6 ^
e6dfc442 ^
ddf828fb ^









e6dfc442 ^
49ae0dd1 ^

633387ba ^
9a78b644 ^




a396b3a0 ^
9a78b644 ^
a396b3a0 ^


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