#!/usr/bin/env ruby
# encoding: UTF-8

# This file is used to test bin/ruby-prof
require_relative './prime'
run_primes(100, 1_000_000)