You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
161/164 Test #161: PERFORMANCE_each .......................................***Failed 4.64 sec
Running main() from /github/workspace/test/gtest/src/gtest_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from EntityComponentManagerPerfrormance
[ RUN ] EntityComponentManagerPerfrormance.Each
/github/workspace/test/performance/each.cc:128: Failure
Expected: (cacheEntityAvg) < (cachelessEntityAvg), actual: 399.429 vs 394.939
Matching Entity Count = 510
Nonmatching Entity Count = 10
Each Iterations = 100
Cache total = 20370888 ns
Cache avg per iter = 203708.88 ns
Cache avg per iter*entity = 399.42917647058823 ns
Cacheless total = 20141889 ns
Cacheless avg per iter= 201418.89000000001 ns
Cacheless avg per iter*entity= 394.93900000000002 ns
[ FAILED ] EntityComponentManagerPerfrormance.Each (4561 ms)
[----------] 1 test from EntityComponentManagerPerfrormance (4561 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (4561 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] EntityComponentManagerPerfrormance.Each
1 FAILED TEST
Start 162: check_PERFORMANCE_each
162/164 Test #162: check_PERFORMANCE_each ................................. Passed 0.02 sec
It's failing today.
@chapulina suggested to relax the conditions or disable it and ticket the problem.
The text was updated successfully, but these errors were encountered: