Update README.md

This commit is contained in:
Jack Yu 2021-04-30 23:44:13 +00:00 committed by GitHub
parent 0b22ea2395
commit 8227ae5c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ following command:
$ cargo run --release --bin <testname>
```
Additional comparison programs are located in `ext/`, where sequential, OpenMP
and Rayon comparison benchmarks can be found.
Additional comparison programs are located in `omp/`, where C comparison
benchmarks can be found.
## Known issues