.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/BUG_REPORT.md | |
|
|
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
appveyor.yml | |
|
|
benchmark-perf.gemspec | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
examples/ips.rb | 5 | A 0 mins |
|
lib/benchmark-perf.rb | 1 | A 0 mins |
|
lib/benchmark/perf.rb | 15 | A 0 mins |
|
lib/benchmark/perf/clock.rb | 44 | A 0 mins |
|
lib/benchmark/perf/cpu_result.rb | 41 | A 0 mins |
|
lib/benchmark/perf/execution.rb | 72 | A 3 hrs |
|
lib/benchmark/perf/ips_result.rb | 46 | A 0 mins |
|
lib/benchmark/perf/iteration.rb | 50 | A 0 mins |
|
lib/benchmark/perf/stats.rb | 25 | A 0 mins |
|
lib/benchmark/perf/version.rb | 5 | A 0 mins |
|
tasks/console.rake | |
|
|
tasks/coverage.rake | |
|
|
tasks/spec.rake | |
|
|