Skip to content
Permalink
Browse files

Remove some leftovers.

  • Loading branch information...
sstanovnik committed Aug 26, 2016
1 parent b3bd338 commit 341dbccff968e1e79dc74f8fe9ddbec1f146a58d
Showing with 0 additions and 4 deletions.
  1. +0 −4 benchmark/bench_basic.py
@@ -14,14 +14,10 @@
# noinspection PyStatementEffect
class BenchBasic(Benchmark):
def setUp(self):
self.setup_test_string = "sttss"
self.iris = Table('iris')
self.adult = Table('adult')
self.discretizer = Discretize(EqualFreq(n=3))

def function_setup(self):
self.func_setup_str = "fsstr"

@benchmark(number=100)
def bench_iris_read(self):
Table('iris')

0 comments on commit 341dbcc

Please sign in to comment.
You can’t perform that action at this time.