File: prime_script.rb

package info (click to toggle)
ruby-prof 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: ruby: 9,805; ansic: 2,968; makefile: 7
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)