Merge pull request #663 from kasru/more_bench

More bench
This commit is contained in:
Gabi Melman
2018-03-19 21:27:03 +02:00
committed by GitHub
23 changed files with 707 additions and 46 deletions

View File

@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
for (auto &t : threads)
{
t.join();
};
}
duration<float> delta = clock::now() - start;
float deltaf = delta.count();