renames Typed to Vm
This commit is contained in:
18
test/bench/vm/word.rb
Normal file
18
test/bench/vm/word.rb
Normal file
@ -0,0 +1,18 @@
|
||||
require_relative 'helper'
|
||||
|
||||
class BenchWord < MiniTest::Test
|
||||
include BenchTests
|
||||
|
||||
def test_hello
|
||||
@main = <<HERE
|
||||
int count = 100352 - 352
|
||||
Word hello = "Hello there"
|
||||
while_plus( count - 1)
|
||||
hello.putstring()
|
||||
count = count - 1
|
||||
end
|
||||
return 1
|
||||
HERE
|
||||
check_remote 1
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user