Sha256: 452d63525b96280bdd2b4ffab52936c5c673338be8a9bc065c80acc14464c3c8
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
This output was generated by running benchmark.rb in repo root Comparing NYNY 2.1.0 with Sinatra 1.4.3 Test: empty ``` user system total real nyny: 0.060000 0.010000 0.070000 ( 0.063841) sinatra: 0.380000 0.000000 0.380000 ( 0.392611) ``` NYNY is **6.15x** faster than Sinatra in this test Test: hello world ``` user system total real nyny: 0.100000 0.000000 0.100000 ( 0.099356) sinatra: 0.250000 0.010000 0.260000 ( 0.253724) ``` NYNY is **2.55x** faster than Sinatra in this test Test: filters ``` user system total real nyny: 0.090000 0.000000 0.090000 ( 0.097938) sinatra: 0.260000 0.000000 0.260000 ( 0.259718) ``` NYNY is **2.65x** faster than Sinatra in this test Test: helpers ``` user system total real nyny: 0.090000 0.000000 0.090000 ( 0.090412) sinatra: 0.240000 0.010000 0.250000 ( 0.239332) ``` NYNY is **2.65x** faster than Sinatra in this test Test: Url patterns ``` user system total real nyny: 0.100000 0.000000 0.100000 ( 0.104926) sinatra: 0.260000 0.000000 0.260000 ( 0.268531) ``` NYNY is **2.56x** faster than Sinatra in this test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nyny-2.2.1 | Performance.md |
nyny-2.1.1 | Performance.md |
nyny-2.1.0 | Performance.md |