mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 22:13:04 +00:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: bm-
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Benchmark.bmbm do .. end
|
|
# --
|
|
TESTS = ${1:10_000}
|
|
Benchmark.bmbm do |results|
|
|
$0
|
|
end |