aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2017-03-24 12:35:24 -0400
committerGitHub <noreply@github.com>2017-03-24 12:35:24 -0400
commitd8fde835898e078a3b08f0bc07690a6d8f9435ff (patch)
tree96a61b8b9dda4af70fbe14d34bb5d0b7f426fb21 /README.md
parentd1d42da0d23ccbcd64a19f98a55695d30a52355f (diff)
downloadpthreadpool-d8fde835898e078a3b08f0bc07690a6d8f9435ff.tar.gz
README: mention microbenchmarks
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05dc72a..fd896ed 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ Is is intended to provide functionality of `#pragma omp parallel for` for POSIX
* C interface (C++-compatible).
* Run on user-specified or auto-detected number of threads.
* Work-stealing scheduling for efficient work balancing.
-* Can be used in Portable Native Client and Native Client environment.
-* Extensive unit tests based on **Google Test**.
+* Compatible with Linux, macOS, and Native Client environments.
+* Covered with unit tests and microbenchmarks.
## Example