-from pybench import Test\r
-\r
-class EmptyTest(Test):\r
- """This is just here as a potential measure of repeatability."""\r
-\r
- version = 0.3\r
- operations = 1\r
- rounds = 60000\r
-\r
- def test(self):\r
-\r
- l = []\r
- for i in xrange(self.rounds):\r
- pass\r
-\r
-\r
- def calibrate(self):\r
-\r
- l = []\r
-\r
- for i in xrange(self.rounds):\r
- pass\r
+from pybench import Test
+
+class EmptyTest(Test):
+ """This is just here as a potential measure of repeatability."""
+
+ version = 0.3
+ operations = 1
+ rounds = 60000
+
+ def test(self):
+
+ l = []
+ for i in xrange(self.rounds):
+ pass
+
+
+ def calibrate(self):
+
+ l = []
+
+ for i in xrange(self.rounds):
+ pass