File: control

package info (click to toggle)
ruby-benchmark-memory 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: ruby: 1,030; makefile: 6; sh: 4
file content (30 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: ruby-benchmark-memory
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-rspec,
               pry,
               ruby-memory-profiler (>= 0.9)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-benchmark-memory.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-benchmark-memory
Homepage: https://github.com/michaelherold/benchmark-memory
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-benchmark-memory
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-memory-profiler (>= 0.9),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Benchmark-style memory profiling for Ruby 2.1+
 benchmark-memory is a tool that helps to benchmark the memory usage of
 different pieces of code. It leverages the power of memory_profiler to give a
 metric of the total amount of memory allocated and retained by a block, as
 well as the number of objects and strings allocated and retained.