summaryrefslogtreecommitdiff
path: root/benchmark/vm2_string_literal.yml
blob: 54b0aec1fe50d6c5205365e7e7b9daee9ee1f6d0 (plain)
1
2
3
4
benchmark:
  vm2_string_literal: |
    x = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
loop_count: 6000000
ubmit();'>mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-03 21:42:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-03 21:42:23 +0000
commitc51e356c680c303fe143ef7aff737e444e55d6b2 (patch)
tree527fd77693d1d4a02fc320d956e7eaaa0240f99e /Makefile.in
parentedd008c9cec2888c5de682eb0eafbc0b6769ad34 (diff)
* Makefile.in (clean-rdoc): Don't use \ in variable expantion.
BSD make treats it as an escape character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in