d_heap 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,17 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: d_heap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - nicholas a. evans
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-29 00:00:00.000000000 Z
11
+ date: 2021-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rspec-benchmark
14
+ name: benchmark_driver
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: ruby-prof
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
@@ -39,22 +53,39 @@ files:
39
53
  - ".rspec"
40
54
  - ".rubocop.yml"
41
55
  - ".travis.yml"
56
+ - CHANGELOG.md
42
57
  - CODE_OF_CONDUCT.md
43
58
  - Gemfile
44
59
  - Gemfile.lock
45
60
  - LICENSE.txt
46
61
  - README.md
47
62
  - Rakefile
63
+ - benchmarks/push_n.yml
64
+ - benchmarks/push_n_pop_n.yml
65
+ - benchmarks/push_pop.yml
66
+ - bin/bench_n
67
+ - bin/benchmark-driver
68
+ - bin/benchmarks
48
69
  - bin/console
70
+ - bin/profile
49
71
  - bin/rake
50
72
  - bin/rspec
51
73
  - bin/rubocop
52
74
  - bin/setup
53
75
  - d_heap.gemspec
76
+ - docs/benchmarks-2.txt
77
+ - docs/benchmarks.txt
78
+ - docs/profile.txt
54
79
  - ext/d_heap/d_heap.c
55
80
  - ext/d_heap/d_heap.h
56
81
  - ext/d_heap/extconf.rb
82
+ - lib/benchmark_driver/runner/ips_zero_fail.rb
57
83
  - lib/d_heap.rb
84
+ - lib/d_heap/benchmarks.rb
85
+ - lib/d_heap/benchmarks/benchmarker.rb
86
+ - lib/d_heap/benchmarks/implementations.rb
87
+ - lib/d_heap/benchmarks/profiler.rb
88
+ - lib/d_heap/benchmarks/rspec_matchers.rb
58
89
  - lib/d_heap/version.rb
59
90
  homepage: https://github.com/nevans/d_heap
60
91
  licenses: