Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao authored Mar 12, 2024
1 parent e42ee63 commit d407061
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 @@ -94,9 +94,9 @@ Reproducing a previous evaluation is as simple as running `cargo harness run --c
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 d407061

Please sign in to comment.