Sha256: 0673bf2de6f29179ebcaa3937e1081fdfc1b09bcda6d44c315d4b65e8905772b

Contents?: true

Size: 647 Bytes

Versions: 1

Compression:

Stored size: 647 Bytes

Contents

# Copyright (c) 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

module Bench
  module Commands

    class Command

      def before(options, existing_measurements)
        true
      end

      def result(options, b, i, measurement)
      end

      def benchmark_complete(options, b, measurement)
      end

      def after(options, measurements)
      end

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bench9000-0.1 lib/bench9000/commands/command.rb