summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/lib/benchmark_driver/runner/mjit_exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/lib/benchmark_driver/runner/mjit_exec.rb b/benchmark/lib/benchmark_driver/runner/mjit_exec.rb
index 121791eb2b..63f5d472b2 100644
--- a/benchmark/lib/benchmark_driver/runner/mjit_exec.rb
+++ b/benchmark/lib/benchmark_driver/runner/mjit_exec.rb
@@ -210,7 +210,7 @@ class BenchmarkDriver::Runner::MjitExec
# You may need to:
# * Increase `JIT_ISEQ_SIZE_THRESHOLD` to 10000000 in mjit.h
- # * Always return false in `inlinable_iseq_p()` of mjit_compile.c
+ # * Always return false in `inlinable_iseq_p()` of mjit_compiler.c
def jit
t = Process.clock_gettime(Process::CLOCK_MONOTONIC)
i = 0