Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Apr 12, 2024
1 parent 61b27b5 commit f7f8c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = ["loloicci <[email protected]>"]
license = "MIT"
description = "Custom criterion measurement to get thropughts in the format [time]/[elements or bytes]"
description = "Custom criterion measurement to get thropughts in the format [time]/[element or byte]"
repository = "https://github.com/loloicci/criterion-inverted-throughput"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Criterion Inverted Throughput
Custom [criterion](https://github.com/bheisler/criterion.rs) measurement to get thropughts in the format `[time]/[elements or bytes]`
Custom [criterion](https://github.com/bheisler/criterion.rs) measurement to get thropughts in the format `[time]/[element or byte]`

## Description
With deafult criterion config, result of [throughput measurement](https://bheisler.github.io/criterion.rs/book/user_guide/advanced_configuration.html#throughput-measurements) is printed like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! # Criterion Inverted Throughput
//! Custom [`criterion::measurement::Measurement`] to get throughputs in the format `[time]/[elements or bytes]`.
//! Custom [`criterion::measurement::Measurement`] to get throughputs in the format `[time]/[element or byte]`.
//!
//! ## Description
//!
Expand Down

0 comments on commit f7f8c54

Please sign in to comment.