:orphan: .. index:: pair: struct; tapi_redis_benchmark_stat .. _doxid-structtapi__redis__benchmark__stat: struct tapi_redis_benchmark_stat ================================ .. toctree:: :hidden: Overview ~~~~~~~~ List node with redis-benchmark statistics. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_redis_benchmark_stat { // fields char* :ref:`test_name`; double :ref:`rps`; double :ref:`time`; // methods :target:`SLIST_ENTRY`(tapi_redis_benchmark_stat); }; .. _details-structtapi__redis__benchmark__stat: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List node with redis-benchmark statistics. Fields ------ .. index:: pair: variable; test_name .. _doxid-structtapi__redis__benchmark__stat_1afb99edb2a9d5152dd184a4efc1136f56: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* test_name test name .. index:: pair: variable; rps .. _doxid-structtapi__redis__benchmark__stat_1a93ed32aa22a984dbadeb5606d87a8962: .. ref-code-block:: cpp :class: doxyrest-title-code-block double rps requests per second .. index:: pair: variable; time .. _doxid-structtapi__redis__benchmark__stat_1a7c03f21664760431eb39cc56ffdc4050: .. ref-code-block:: cpp :class: doxyrest-title-code-block double time execution time