We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
s/a require/require a/
1 parent bd7d61a commit 06e7bd0Copy full SHA for 06e7bd0
README.md
@@ -8,7 +8,7 @@ Multicore bench is a framework for writing multicore benchmark executables to
8
run locally on your computer and on
9
[current-bench](https://github.com/ocurrent/current-bench).
10
11
-Benchmarking multicore algorithms tends to a require certain amount of setup,
+Benchmarking multicore algorithms tends to require a certain amount of setup,
12
such as spawning domains, synchronizing them before work, timing the work,
13
collecting the times, and joining domains, that this framework tries to take
14
care of for you as conveniently as possible. Furthermore, benchmarking multicore
0 commit comments