The RUBYOPT= comment is no longer needed

This commit is contained in:
Takashi Kokubun 2020-06-22 00:20:30 -07:00
Родитель 8838600c1e
Коммит faf93e4545
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
3 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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]