golang-github-jamiealquiza-tachymeter 2.0.0-3 source package in Ubuntu

Changelog

golang-github-jamiealquiza-tachymeter (2.0.0-3) unstable; urgency=medium

  * Team upload.
  * d/patches: Write patch to fix autopkgtest on 32bit (Closes: #982118).
  * d/control: Bump Standards-Version.

 -- Aloïs Micard <email address hidden>  Thu, 09 Sep 2021 22:13:16 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jamiealquiza-tachymeter_2.0.0-3.dsc 2.3 KiB 663f2b4acc9b345e0bb3f0afb761cca32c48a75b19f4869bb8cdaf98c7fc601b
golang-github-jamiealquiza-tachymeter_2.0.0.orig.tar.gz 51.8 KiB 26f276d9dfde5feb3b791cf97e50c5eb64ba123ffbf3c5957f8512d6161cb555
golang-github-jamiealquiza-tachymeter_2.0.0-3.debian.tar.xz 3.2 KiB d53e813a893072df9ddcf72ddbf97f5990230bd6b1f84174af11b57dcc1ef099

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jamiealquiza-tachymeter-dev: Go library for timing things and yielding rates, percentiles, and histograms

 Tachymeter captures event timings and returns latency and rate
 statistics, making it possible to answer questions like: “In a loop
 with 1000 database calls, what was the 95th percentile and the lowest
 observed latency? What was the per-second rate?”
 .
 Tachymeter stores data in a lossless sliding window. This means it's
 accurate but takes space, linearly proportional to the desired sample
 size.