[package]
name = "benchmarking"
version = "0.4.7"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/benchmarking"
homepage = "https://magiclen.org/benchmarking"
keywords = ["benchmark", "bench", "execution", "time"]
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."
readme = "README.md"
license = "MIT"
[badges.travis-ci]
repository = "magiclen/benchmarking"
branch = "master"
[dependencies]