You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ To benchmark the examples you can [bencher](src/bin/bencher.rs).
95
95
96
96
The results are written into the `.bencher` directory, as JSON files. The benchmarks are controlled through the [bench.config.toml](bench.config.toml) file.
97
97
98
-
Note: on macOS you need `gtime`, as the built in `time` command is not enough.
98
+
Note: on macOS you need `gtime` (`brew install gnu-time`), as the built in `time` command is not enough.
0 commit comments