mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
tweak thread tests
This commit is contained in:
parent
dfb07e717d
commit
88fd686126
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ bool SampleReadThread::process() {
|
|||
for(int i = 0; i < LOTS_OF_OPERATIONS; i++) {
|
||||
float x = rand();
|
||||
float y = rand();
|
||||
float z = x * y;
|
||||
y = x * y;
|
||||
}
|
||||
}
|
||||
quint64 endWork = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue