lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Benchmark_bmbm(__)-do-__-end.sublime-snippet (220B)


      1 <snippet>
      2 	<content><![CDATA[TESTS = ${1:10_000}
      3 Benchmark.bmbm do |results|
      4 	$0
      5 end]]></content>
      6 	<tabTrigger>bm-</tabTrigger>
      7 	<scope>source.ruby</scope>
      8 	<description>Benchmark.bmbm do .. end</description>
      9 </snippet>