Module: Bench

Defined in:
lib/bench9000/main.rb,
lib/bench9000/group.rb,
lib/bench9000/stats.rb,
lib/bench9000/config.rb,
lib/bench9000/options.rb,
lib/bench9000/benchmark.rb,
lib/bench9000/measurement.rb,
lib/bench9000/commands/score.rb,
lib/bench9000/implementation.rb,
lib/bench9000/json-formatter.rb,
lib/bench9000/commands/detail.rb,
lib/bench9000/commands/remove.rb,
lib/bench9000/commands/report.rb,
lib/bench9000/commands/command.rb,
lib/bench9000/commands/compare.rb,
lib/bench9000/commands/reference.rb,
lib/bench9000/commands/list-benchmarks.rb,
lib/bench9000/commands/compare-reference.rb,
lib/bench9000/commands/list-implementations.rb

Overview

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. This code is released under a tri EPL/GPL/LGPL license. You can use it, redistribute it and/or modify it under the terms of the:

Eclipse Public License version 1.0 GNU General Public License version 2 GNU Lesser General Public License version 2.1

Defined Under Namespace

Modules: Commands, JSONFormatter, Main, Stats Classes: Benchmark, BinaryImplementation, Config, Group, Implementation, Measurement, Measurements, Options, RbenvImplementation

Constant Summary collapse

CONFIG_VERSION =
1
HARNESS_DIR =
File.expand_path(File.join(File.dirname(__FILE__), '..'))