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
One of the benchmark tests, specifically test_default_stream_utilization, has failed with the following error:
319/319 Test #319: test_default_stream_utilization ....................................................................................***Failed 0.01 sec
99% tests passed, 1 tests failed out of 319
Total Test time (real) = 78.10 sec
executables/benchmark
...
Aborted (core dumped)
Run on (16 X 3700 MHz CPU s)
CPU Caches:
L1 Data 32K (x8)
L1 Instruction 64K (x8)
L2 Unified 512K (x8)
L3 Unified 8192K (x2)
Load Average: 0.49, 0.36, 0.75
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
Benchmark Results:
----------------------------------------------------------------------------------------
Benchmark Time CPU Iterations
----------------------------------------------------------------------------------------
benchmarkAll 2.27 ms 2.27 ms 257
benchmarkAll/iterations:100 2.56 ms 2.56 ms 100
benchmarkIntegrateDepth 0.152 ms 0.152 ms 4457
benchmarkIntegrateColor 0.284 ms 0.284 ms 2447
benchmarkUpdateMesh 1.14 ms 1.14 ms 594
benchmarkUpdateEsdf 0.499 ms 0.499 ms 1349
benchmarkSerializeMesh 5.13 ms 5.12 ms 136
Steps to Reproduce
Run the test suite with the specified configuration.
Observe the failure in the test_default_stream_utilization test.
Expected Behavior
The test_default_stream_utilization test should pass without errors.
Additional Information
Ensure that the file path specified in io::readFromPng(kPath, mask) is correct and the image file exists.
Check for any recent code changes that may have introduced this issue.
Add logging or debugging statements to gather more information about the failure.
The text was updated successfully, but these errors were encountered:
Issue Description
Summary
One of the benchmark tests, specifically
test_default_stream_utilization
, has failed with the following error:Details
Environment
Steps to Reproduce
test_default_stream_utilization
test.Expected Behavior
The
test_default_stream_utilization
test should pass without errors.Additional Information
io::readFromPng(kPath, mask)
is correct and the image file exists.The text was updated successfully, but these errors were encountered: