./benchmarks/ruby-benchmark, Performance benchmarking library

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.5.0, Package name: ruby32-benchmark-0.5.0, Maintainer: pkgsrc-users

Benchmark

The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.


Master sites:

Filesize: 14 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-13 15:48:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
benchmarks/ruby-benchmark: update to 0.5.0

0.5.0 (2025-10-21)

What's Changed

* Add Benchmark.ms method and enhance realtime with unit parameter by
  @nvasilevski in #38

New Contributors

* @nvasilevski made their first contribution in #38
   2025-06-04 15:34:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
benchmarks/ruby-benchmark: update to 0.4.1

0.4.1 (2025-05-30)

What's Changed

* Document that default FORMAT includes total time by @paarthmadan in #12

New Contributors

* @paarthmadan made their first contribution in #12
   2025-05-27 18:05:34 by Takahiro Kambe | Files touched by this commit (13)
Log message:
Drop support for Ruby 3.1
   2025-05-22 16:25:37 by Takahiro Kambe | Files touched by this commit (7)
Log message:
Update Ruby 3.4's version in comment
   2025-04-16 17:23:07 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update Ruby's version in comment.
   2025-01-02 07:22:29 by Takahiro Kambe | Files touched by this commit (1)
Log message:
benchmarks/ruby-benchmark: restrict Ruby's version

Restrict Ruby's version (not for Ruby 3.4) since Ruby 3.4.1 has this gem of
the same version.
   2024-12-08 15:16:00 by Takahiro Kambe | Files touched by this commit (4)
Log message:
benchmarks/ruby-benchmark: add package version 0.4.0

It will be required by ruby-activesupport72 package.

Benchmark

The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.