Skip to content

Commit

Permalink
Add Forwardable info to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Dec 30, 2016
1 parent d9bb409 commit 375fe79
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions reports/0.9.3/benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,63 @@ help 20 5.210000 0.010000 5.220000 ( 5.234722)
beautiful 6 3.150000 0.000000 3.150000 ( 3.157556)
impressionism 2 5.700000 0.020000 5.720000 ( 5.738099)
anthropological 2 5.680000 0.010000 5.690000 ( 5.724649)

# Ruby 2.4 without Forwardable!

Benchmark for rambling-trie version 0.9.3
==> Creation
`Rambling::Trie.create`
8.800000 0.160000 8.960000 ( 8.985548)

Benchmark for rambling-trie version 0.9.3
==> Compression
`compress!`
1.630000 0.060000 1.690000 ( 1.698152)
1.150000 0.020000 1.170000 ( 1.181448)
1.620000 0.020000 1.640000 ( 1.644506)
1.430000 0.010000 1.440000 ( 1.443808)
1.300000 0.000000 1.300000 ( 1.302216)

Benchmark for rambling-trie version 0.9.3
==> Uncompressed
`word?`
hi true 0.280000 0.000000 0.280000 ( 0.279930)
help true 0.490000 0.000000 0.490000 ( 0.496741)
beautiful true 0.760000 0.010000 0.770000 ( 0.762249)
impressionism true 1.110000 0.000000 1.110000 ( 1.121566)
anthropological true 1.180000 0.010000 1.190000 ( 1.189742)
`partial_word?`
hi true 0.240000 0.000000 0.240000 ( 0.246177)
help true 0.400000 0.000000 0.400000 ( 0.404433)
beautiful true 0.780000 0.000000 0.780000 ( 0.782414)
impressionism true 1.050000 0.010000 1.060000 ( 1.058241)
anthropological true 1.140000 0.000000 1.140000 ( 1.145889)
==> Compressed
`word?`
hi true 0.230000 0.000000 0.230000 ( 0.232343)
help true 0.390000 0.000000 0.390000 ( 0.397248)
beautiful true 0.750000 0.010000 0.760000 ( 0.753623)
impressionism true 1.130000 0.000000 1.130000 ( 1.144763)
anthropological true 1.240000 0.010000 1.250000 ( 1.260414)
`partial_word?`
hi true 1.000000 0.000000 1.000000 ( 1.006739)
help true 2.250000 0.010000 2.260000 ( 2.264202)
beautiful true 2.950000 0.010000 2.960000 ( 2.981308)
impressionism true 4.500000 0.010000 4.510000 ( 4.530083)
anthropological true 4.290000 0.020000 4.310000 ( 4.332378)

Benchmark for rambling-trie version 0.9.3
==> Uncompressed
`scan`
hi 495 2.300000 0.030000 2.330000 ( 2.350228)
help 20 6.600000 0.050000 6.650000 ( 6.685926)
beautiful 6 2.650000 0.010000 2.660000 ( 2.681488)
impressionism 2 2.450000 0.010000 2.460000 ( 2.470053)
anthropological 2 2.800000 0.010000 2.810000 ( 2.828376)
==> Compressed
`scan`
hi 495 1.150000 0.010000 1.160000 ( 1.160321)
help 20 5.090000 0.010000 5.100000 ( 5.117239)
beautiful 6 2.930000 0.000000 2.930000 ( 2.941482)
impressionism 2 5.440000 0.020000 5.460000 ( 5.466672)
anthropological 2 5.550000 0.010000 5.560000 ( 5.583743)

0 comments on commit 375fe79

Please sign in to comment.