[WIP] Test cprofile compatibility #9160
Annotations
3 errors
|
tests/test_cprofile_compatibility.py#L41
test_member_func_return_secret
AssertionError:
pstats.Stats output member_func BEGIN:
3 function calls in 0.000 seconds
Ordered by: cumulative time
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.000 0.000 0.000 0.000 /home/runner/work/pybind11/pybind11/tests/test_cprofile_compatibility.py:19(py_member_func)
1 0.000 0.000 0.000 0.000 {built-in method cprofile_compatibility_ext.member_func_return_secret}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
pstats.Stats output member_func END
|
tests/test_cprofile_compatibility.py#L29
test_free_func_return_secret
AssertionError:
pstats.Stats output free_func BEGIN:
2 function calls in 0.000 seconds
Ordered by: cumulative time
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.000 0.000 0.000 0.000 {built-in method cprofile_compatibility_ext.free_func_return_secret}
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
pstats.Stats output free_func END
|
The logs for this run have expired and are no longer available.
Loading