Sha256: aeb8ecdacbe0cdb3d11265d0bf7e1d9417a94a9be0605fdd16d4db19238e856f

Contents?: true

Size: 193 Bytes

Versions: 7

Compression:

Stored size: 193 Bytes

Contents

<?php
  if (count($GLOBALS["viewables"]["benchmark_groups"]) > 0) 
  {
    require_view('benchmarks/header');
    require_view('benchmarks/body');
  }
  else
  {
    print "No benchmarks";
  }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/index.html.php
appstats-0.25.0 doc/benchmarks/index.html.php
appstats-0.24.0 doc/benchmarks/index.html.php
appstats-0.23.5 doc/benchmarks/index.html.php
appstats-0.23.4 doc/benchmarks/index.html.php
appstats-0.23.3 doc/benchmarks/index.html.php
appstats-0.23.2 doc/benchmarks/index.html.php