Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Jun 15, 2022
1 parent 7b88c42 commit 091fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pip3 install pytest-codecarbon

# Usage

To use, simply run pytest with the `--carbon` option. When the tests have run, you will find an `emissions.csv` file containing each test, and the cumulative carbon/time usage after each test. You can also use `--carbon-dir` to specify a different directory for the `emissions.csv` file.
To use, simply run pytest with the `--carbon` option. When the tests have run, you will find an `emissions.csv` file containing each test, and the carbon, time and energy statistics for each test. You can also use `--carbon-dir` to specify a different directory for the `emissions.csv` file.


0 comments on commit 091fae4

Please sign in to comment.