Add Threads registration example to README.md

This commit is contained in:
Dominic Hamon 2014-01-07 13:48:27 -08:00
parent fc52b86270
commit 2d557f1c75

View File

@ -138,3 +138,4 @@ wrapped in a check against the thread index:
// Teardown code here.
}
}
BENCHMARK(BM_MultiThreaded)->Threads(2);