[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/38: gnu: Add ruby-benchmark-ips.
From: |
guix-commits |
Subject: |
01/38: gnu: Add ruby-benchmark-ips. |
Date: |
Wed, 8 Jul 2020 23:42:25 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1d537c71966756fe4e15c263dea7fb2cfaadfc2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jun 25 00:31:44 2020 -0400
gnu: Add ruby-benchmark-ips.
* gnu/packages/ruby.scm (ruby-benchmark-ips): New variable.
---
gnu/packages/ruby.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d636005..ba76d50 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6021,6 +6021,27 @@ abstraction for Ruby.")
(home-page "https://github.com/mitchellh/middleware")
(license license:expat)))
+(define-public ruby-benchmark-ips
+ (package
+ (name "ruby-benchmark-ips")
+ (version "2.8.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "benchmark-ips" version))
+ (sha256
+ (base32
+ "1n9397j7kh4vvikfann1467qgksc679imlr50hax3lk1q3af8kdw"))))
+ (build-system ruby-build-system)
+ (native-inputs
+ `(("ruby-hoe" ,ruby-hoe)))
+ (synopsis "Iterations per second enhancement for the Ruby Benchmark
module")
+ (description "Benchmark-ips enhances the Ruby Benchmark module with the
+iterations per second count. For short snippets of code, it can automatically
+figure out how many times to run the code to get interesting data.")
+ (home-page "https://github.com/evanphx/benchmark-ips")
+ (license license:expat)))
+
(define-public ruby-gherkin
(package
(name "ruby-gherkin")
- branch master updated (065a5ed -> 6700dc3), guix-commits, 2020/07/08
- 01/38: gnu: Add ruby-benchmark-ips.,
guix-commits <=
- 05/38: gnu: Add ruby-sawyer., guix-commits, 2020/07/08
- 02/38: gnu: Add ruby-rspec-its-minimal., guix-commits, 2020/07/08
- 03/38: gnu: Add ruby-ffi-rzmq-core., guix-commits, 2020/07/08
- 06/38: gnu: Add ruby-octokit., guix-commits, 2020/07/08
- 14/38: gnu: ruby-ruby-engine: Update to 2.0.0., guix-commits, 2020/07/08
- 11/38: gnu: ruby-method-source: Update to 1.0.0., guix-commits, 2020/07/08
- 12/38: gnu: bundler: Update to 2.1.4., guix-commits, 2020/07/08
- 04/38: gnu: Add ruby-ffi-rzmq., guix-commits, 2020/07/08
- 07/38: gnu: Add ruby-chandler., guix-commits, 2020/07/08
- 08/38: gnu: Add ruby-kpeg., guix-commits, 2020/07/08