Commit 7db2356f authored by Xavier Thompson's avatar Xavier Thompson

examples/: WIP Make shorter loop in mutex_perf.cpp

parent ea46b3f8
......@@ -6,7 +6,7 @@ using namespace typon;
Mutex mutex;
int T = 10000000;
int T = 100000;
Task<void> with_lock()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment