Class Benchmark_Module
Benchmark Module.
- Core_Module
-
Benchmark_Module
Direct known subclasses
Package: HostCMS\Benchmark
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at benchmark/module.php
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at benchmark/module.php
Methods summary
public
array
|
Methods inherited from Core_Module
__construct(),
_addAdminForm(),
_addAdminFormAction(),
_addAdminFormField(),
_addAdminWord(),
_addAdminWordValue(),
addReport(),
callNotifications(),
callSchedule(),
factory(),
getAdminPages(),
getModule(),
getModuleName(),
getNotificationDesign(),
getOptions(),
getReport(),
getReports(),
getScheduleActions(),
install(),
setMenu(),
setOptions(),
uninstall()
Properties summary
public
string
|
$version
Module version |
#
'6.9'
|
public
|
$date
Module date |
#
'2021-08-23'
|
protected
string
|
$_moduleName
Module name |
#
'benchmark'
|
protected
array
|
$_options
Module Options |
#
array(
'database_table_name' => array(
'type' => 'string',
'default' => 'performance_test'
),
'database_write_query_count' => array(
'type' => 'int',
'default' => 10000
),
'database_read_query_count' => array(
'type' => 'int',
'default' => 10000
),
'database_change_query_count' => array(
'type' => 'int',
'default' => 10000
),
'sample_text' => array(
'type' => 'string',
'default' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'
),
'files_count' => array(
'type' => 'int',
'default' => 1000
),
'math_count' => array(
'type' => 'int',
'default' => 100000
),
'string_count' => array(
'type' => 'int',
'default' => 1000
),
'benchmark_file_path' => array(
'type' => 'string',
'default' => 'http://www.hostcms.ru/download/benchmark/1mb'
)
)
|
Properties inherited from Core_Module
$_adminForms,
$_adminPages,
$_instance,
$_reports,
$_scheduleActions,
$menu