mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
The RUBYOPT= comment is no longer needed
This commit is contained in:
parent
8838600c1e
commit
faf93e4545
3 changed files with 0 additions and 6 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue