ruby-benchmark-memory 0.1.2-2 source package in Ubuntu

Changelog

ruby-benchmark-memory (0.1.2-2) unstable; urgency=medium

  * Source upload

 -- Utkarsh Gupta <email address hidden>  Wed, 04 Sep 2019 13:54:49 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-benchmark-memory_0.1.2-2.dsc 2.2 KiB 1edd751e080b0d7c7a627ed9f8e125a9fb4adb7f8985fd533327dc58c7ef90ea
ruby-benchmark-memory_0.1.2.orig.tar.gz 19.6 KiB a37b45808ea659c0ee76a5cd99a3a0fe87d6dab012056d537356800fb4f4c243
ruby-benchmark-memory_0.1.2-2.debian.tar.xz 2.2 KiB b1802e45f0524cf8b630cff47cab16ace0520de1c0653d4aed509e3e91d538f7

No changes file available.

Binary packages built by this source

ruby-benchmark-memory: 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.