Project

analyzer

0.0
No release in over 3 years
Low commit activity in last 3 years
A Performance analyzer for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

Analyzer

A Performance analyzer for Ruby

Synopsis

$ analyze test.rb ...

Description

Analyzer runs the provided ruby file(s) to test Iterations per second, allocations and memory usage.

The scripts can be a normal ruby script or can be split into two parts by the line __SETUP__, everything before will be run once and everything after will be what is tested.

Options

-b, --bootstrap: A ruby script to run once before all the test.

-l, --lib: A script to be included before the bootstrap script and all test scripts.

-o, --output: The destination for the results. The result is a png file.

Example Report

This report was generated by the command: analyzer turbostreamer.rb jbuilder.rb -l setup.rb

Viking.js