benchmarking 0.4.13

This crate can be used to execute something and measure the execution time. It does not output anything to screens and filesystems.
Documentation
[dependencies]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["development-tools::profiling"]
description = "This crate can be used to execute something and measure the execution time. It does not output anything to screens and filesystems."
edition = "2021"
homepage = "https://magiclen.org/benchmarking"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["benchmark", "bench", "execution", "time"]
license = "MIT"
name = "benchmarking"
readme = "README.md"
repository = "https://github.com/magiclen/benchmarking"
rust-version = "1.56"
version = "0.4.13"