File: prime_script.rb

package info (click to toggle)
ruby-prof 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 844 kB
  • sloc: ruby: 6,448; ansic: 2,707; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/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)