summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bm_loader.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bm_loader.py b/test/bm_loader.py
index 154fea3d..4bfc2db9 100644
--- a/test/bm_loader.py
+++ b/test/bm_loader.py
@@ -127,7 +127,6 @@ class benchmark_load(object):
 				self.loader.work()
 
 
-@skip
 class benchmark_raw_load(object):
 	def __init__(self):
 		SettingsAware.settings = Fake()
@@ -143,7 +142,6 @@ def bm_loader(n):
 	tloader = benchmark_load(N)
 	traw = benchmark_raw_load(N)
 
-@skip
 class benchmark_load_varieties(object):
 	def bm_ls(self, n):
 		for _ in range(n):
title='author Kartik K. Agaram <vc@akkartik.com> 2015-07-29 01:23:22 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-07-29 01:23:22 -0700 1880 - switch .mu files to new type-deducing idiom' href='/akkartik/mu/commit/channel.mu?h=hlt&id=ce87c19ee42bc52c5ab9a1ee3c431a9423e5a885'>ce87c19e ^
b96af395 ^
ce87c19e ^
b96af395 ^
ce87c19e ^

b96af395 ^
f192d655 ^
b96af395 ^
f192d655 ^
b96af395 ^

77d5b5d6 ^
b96af395 ^


ce87c19e ^
b96af395 ^
5497090a ^
b96af395 ^

f192d655 ^
b96af395 ^
f192d655 ^
b96af395 ^
77d5b5d6 ^
bc643692 ^
b96af395 ^
ce87c19e ^



b96af395 ^
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