summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm1_simplereturn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm1_simplereturn.rb')
-rw-r--r--benchmark/bm_vm1_simplereturn.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/benchmark/bm_vm1_simplereturn.rb b/benchmark/bm_vm1_simplereturn.rb
index c0a20ba184..c843ee3d97 100644
--- a/benchmark/bm_vm1_simplereturn.rb
+++ b/benchmark/bm_vm1_simplereturn.rb
@@ -1,9 +1,9 @@
-def m
- return 1
-end
-i=0
-while i<30000000 # while loop 1
- i+=1
- m
-end
-
+def m
+ return 1
+end
+i=0
+while i<30000000 # while loop 1
+ i+=1
+ m
+end
+