Method: Tem::Benchmarks#setup

Defined in:
lib/tem/benchmarks/benchmarks.rb

#setupObject



21
22
23
24
25
26
27
# File 'lib/tem/benchmarks/benchmarks.rb', line 21

def setup
  @tem = Tem.auto_tem
  
  @tem.kill
  @tem.activate
  @tem.emit
end