mirror of https://github.com/google/benchmark.git
fix minor typo (though this is an external property)
This commit is contained in:
parent
5a77a6d8dc
commit
f1deaf16b8
|
@ -157,7 +157,7 @@ PYBIND11_MODULE(_benchmark, m) {
|
|||
.def("pause_timing", &State::PauseTiming)
|
||||
.def("resume_timing", &State::ResumeTiming)
|
||||
.def("skip_with_error", &State::SkipWithError)
|
||||
.def_property_readonly("error_occured", &State::error_occurred)
|
||||
.def_property_readonly("error_occurred", &State::error_occurred)
|
||||
.def("set_iteration_time", &State::SetIterationTime)
|
||||
.def_property("bytes_processed", &State::bytes_processed,
|
||||
&State::SetBytesProcessed)
|
||||
|
|
Loading…
Reference in New Issue