Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wenyuzhao/harness
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao committed Mar 13, 2024
2 parents 9ad53cf + d407061 commit 968518a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ _Note: `harness` cannot check local dependencies right now. For completely deter
In the same `<RUNID>/config.toml` file, `harness` also records all the environmental info for every benchmark run, including but not limited to:

* All global system environment variables at the time of the run
* OS / CPU / Memory / Cache information used for the run
* OS / CPU / Memory / Swap information used for the run

Any change to the system environments would affect reproducibility. So it's recommended to keep the same environment variables and the same OS / CPU / Memory / Cache config _as much as possible_. `harness` automatically verifies the current system info against the recorded ones and warns for any differences.
Any change to the system environments would affect reproducibility. So it's recommended to keep the same environment variables and the same OS / CPU / Memory / Swap config _as much as possible_. `harness` automatically verifies the current system info against the recorded ones and warns for any differences.

# TODO:

Expand Down

0 comments on commit 968518a

Please sign in to comment.