The RUBYOPT= comment is no longer needed

This commit is contained in:
Takashi Kokubun 2020-06-22 00:20:30 -07:00
parent 8838600c1e
commit faf93e4545
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# Usage:
# RUBYOPT=-Ibenchmark/lib benchmark-driver -e 'ruby --jit' benchmark/mjit_exec_vm2jt.yml
type: lib/benchmark_driver/runner/mjit_exec
num_methods: [1]
#num_methods: (1..100).to_a + [200, 300, 400, 500, 600, 700, 800, 900, 1000]

View File

@ -1,5 +1,3 @@
# Usage:
# RUBYOPT=-Ibenchmark/lib benchmark-driver -e 'ruby --jit' benchmark/mjit_exec_vm2jt.yml
type: lib/benchmark_driver/runner/mjit_exec
num_methods: [1]
#num_methods: (1..100).to_a + [200, 300, 400, 500, 600, 700, 800, 900, 1000]

View File

@ -1,5 +1,3 @@
# Usage:
# RUBYOPT=-Ibenchmark/lib benchmark-driver -e 'ruby --jit' benchmark/mjit_exec_vm2vm.yml
type: lib/benchmark_driver/runner/mjit_exec
num_methods: [1]
#num_methods: (1..100).to_a + [200, 300, 400, 500, 600, 700, 800, 900, 1000]