Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Jan 6, 2025
1 parent 47f6f63 commit 4f8227e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ If `json-lnt` format is selected:
1. The benchmark report will consist of multiple files. They will be placed in the directory provided via the `--output` argument.
2. It is mandatory to pass a JSON file with additional information using `--benchmark-context`. Here is a minimal example:
``` json
```json
{
"machine": "some_machine",
"target": "some_target",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//!
//! A run of a test with fixed compilation settins (mode)
//! A run of a test with fixed compiler options (mode).
//!
use serde::Deserialize;
use serde::Serialize;

///
/// A run of a test with fixed compilation settins (mode).
/// A run of a test with fixed compiler options (mode).
///
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Run {
Expand Down

0 comments on commit 4f8227e

Please sign in to comment.