Skip to content

Commit

Permalink
Bump to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Dec 27, 2016
1 parent 0c5e91f commit e905a7a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rambling/trie/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Rambling
module Trie
# Current version of the rambling-trie.
VERSION = '0.9.2'
VERSION = '0.9.3'
end
end
59 changes: 59 additions & 0 deletions reports/0.9.3/benchmark
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Ruby 2.4

Benchmark for rambling-trie version 0.9.3
==> Creation
`Rambling::Trie.create`
11.190000 0.170000 11.360000 ( 11.405677)

Benchmark for rambling-trie version 0.9.3
==> Compression
`compress!`
2.370000 0.020000 2.390000 ( 2.392726)
2.670000 0.010000 2.680000 ( 2.689570)
2.550000 0.010000 2.560000 ( 2.570202)
1.990000 0.010000 2.000000 ( 1.991493)
2.550000 0.000000 2.550000 ( 2.569231)

Benchmark for rambling-trie version 0.9.3
==> Uncompressed
`word?`
hi true 0.270000 0.000000 0.270000 ( 0.276628)
help true 0.450000 0.000000 0.450000 ( 0.453119)
beautiful true 0.780000 0.000000 0.780000 ( 0.784781)
impressionism true 1.060000 0.000000 1.060000 ( 1.055744)
anthropological true 1.170000 0.010000 1.180000 ( 1.175390)
`partial_word?`
hi true 0.210000 0.000000 0.210000 ( 0.209873)
help true 0.380000 0.000000 0.380000 ( 0.384526)
beautiful true 0.730000 0.000000 0.730000 ( 0.727360)
impressionism true 1.060000 0.000000 1.060000 ( 1.067639)
anthropological true 1.180000 0.000000 1.180000 ( 1.180172)
==> Compressed
`word?`
hi true 0.220000 0.000000 0.220000 ( 0.221702)
help true 0.400000 0.000000 0.400000 ( 0.408793)
beautiful true 0.780000 0.000000 0.780000 ( 0.783246)
impressionism true 1.130000 0.010000 1.140000 ( 1.131909)
anthropological true 1.240000 0.000000 1.240000 ( 1.248862)
`partial_word?`
hi true 0.990000 0.000000 0.990000 ( 0.992393)
help true 2.600000 0.010000 2.610000 ( 2.620588)
beautiful true 2.920000 0.010000 2.930000 ( 2.946014)
impressionism true 4.500000 0.010000 4.510000 ( 4.521081)
anthropological true 4.410000 0.010000 4.420000 ( 4.442956)

Benchmark for rambling-trie version 0.9.3
==> Uncompressed
`scan`
hi 495 2.180000 0.010000 2.190000 ( 2.195126)
help 20 6.350000 0.010000 6.360000 ( 6.375364)
beautiful 6 2.610000 0.010000 2.620000 ( 2.621915)
impressionism 2 2.500000 0.000000 2.500000 ( 2.507352)
anthropological 2 2.980000 0.010000 2.990000 ( 2.990521)
==> Compressed
`scan`
hi 495 1.180000 0.000000 1.180000 ( 1.182083)
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)

0 comments on commit e905a7a

Please sign in to comment.