# sig/benchmark/ips/job.rbs class Benchmark::IPS::Job def compare!: () -> untyped def compare?: () -> untyped def config: () -> untyped def create_report: () -> untyped def cycles_per_100ms: () -> untyped def generate_json: () -> untyped def held_results?: () -> untyped def hold!: () -> untyped def hold?: () -> untyped def initialize: () -> void def item: () -> untyped def iterations_per_sec: () -> untyped def json!: () -> untyped def json?: () -> untyped def load_held_results: () -> untyped def run: () -> untyped def run_benchmark: () -> untyped def run_comparison: () -> untyped def run_warmup: () -> untyped def time_us: () -> untyped end # sig/benchmark/ips/job/entry.rbs class Benchmark::IPS::Job::Entry def call_times: () -> untyped def compile: () -> untyped def initialize: () -> void end # sig/benchmark/ips/job/stdout_report.rbs class Benchmark::IPS::Job::StdoutReport def add_report: () -> untyped def format: () -> untyped def rjust: () -> untyped def start_running: () -> untyped def start_warming: () -> untyped def warming: () -> untyped def warmup_stats: () -> untyped end # sig/benchmark/ips/report.rbs class Benchmark::IPS::Report def add_entry: () -> untyped def data: () -> untyped def generate_json: () -> untyped def initialize: () -> void def run_comparison: () -> untyped end # sig/benchmark/ips/report.rbs class Benchmark::IPS::Report::Entry def body: () -> untyped def display: () -> untyped def header: () -> untyped def initialize: () -> void def seconds: () -> untyped def show_total_time!: () -> untyped def stddev_percentage: () -> untyped def to_s: () -> untyped end # sig/benchmark/compare.rbs module Benchmark::Compare def compare: () -> untyped end # sig/benchmark/ips.rbs module Benchmark::IPS def self.options: () -> untyped def ips: () -> untyped end # sig/benchmark/ips.rbs module Benchmark::IPS::Helpers def scale: () -> untyped end # sig/benchmark/timing.rbs module Benchmark::Timing def self.clean_env: () -> untyped def self.mean: () -> untyped def self.resample_mean: () -> untyped def self.stddev: () -> untyped def self.variance: () -> untyped end