Install yasnippet and vala-snippets packages
This commit is contained in:
10
elpa/yasnippet-20160924.2001/snippets/ruby-mode/bench
Normal file
10
elpa/yasnippet-20160924.2001/snippets/ruby-mode/bench
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: bench
|
||||
# key: bench
|
||||
# --
|
||||
require "benchmark"
|
||||
|
||||
TESTS = ${1:1_000}
|
||||
Benchmark.bmbm do |x|
|
||||
x.report("${2:var}") {}
|
||||
end
|
Reference in New Issue
Block a user