CN108984405B - Performance test method, device and computer readable storage medium - Google Patents

Performance test method, device and computer readable storage medium Download PDF

Info

Publication number
CN108984405B
CN108984405B CN201810764521.2A CN201810764521A CN108984405B CN 108984405 B CN108984405 B CN 108984405B CN 201810764521 A CN201810764521 A CN 201810764521A CN 108984405 B CN108984405 B CN 108984405B
Authority
CN
China
Prior art keywords
script
scripts
environment
performance test
executing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810764521.2A
Other languages
Chinese (zh)
Other versions
CN108984405A (en
Inventor
李贵海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810764521.2A priority Critical patent/CN108984405B/en
Publication of CN108984405A publication Critical patent/CN108984405A/en
Application granted granted Critical
Publication of CN108984405B publication Critical patent/CN108984405B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The embodiment of the invention discloses a performance testing method, a performance testing device and a computer readable storage medium, wherein the method comprises the following steps: acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script; acquiring scripts except the environment variable configuration part and the environment information acquisition part in the performance test scripts as main scripts; executing the environment script and any one main body script; and modifying the environment variable and executing the next main body script until all the main body scripts are executed. It can be seen from the embodiments of the present invention that, since the script including the environment variable configuration part and the environment information acquisition part is only acquired and executed in one performance test script, and then any one of the main scripts is executed, thereby modifying the environment variable and then executing other main scripts, the automatic execution of the performance test is realized, and the repeated execution of the environment variable configuration and the environment information acquisition is avoided.

Description

Performance test method, device and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a performance testing method and apparatus, and a computer-readable storage medium.
Background
With the development of cloud computing technology and big data technology, the performance requirements on the Central Processing Unit (CPU), the memory, the bandwidth of data storage, the capacity of data storage and the like of a server are higher and higher, and how to efficiently evaluate each performance of the server has a great significance for server manufacturers and server users. Standard Performance Evaluation Corporation (SPEC) is a non-profit organization composed of multiple companies such as computer vendors, system integrators, universities, research institutions, consulting institutions, and the like, and aims to establish and maintain a set of standards for evaluating a computer system, wherein SPEC CPU 2017 is one of industry specifications of SPEC, and SPEC CPU 2017 includes a test scheme of instruction sets such as multithreading (Rate), single thread (Speed), shaping (INT), and floating point (CP).
However, these test solutions need to be individually executed manually during the test process, and each test solution needs to be configured with the environment variables and acquired with the environment information before the content test is started, so the test process takes a long time and the test efficiency is low.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a performance testing method, apparatus and computer readable storage medium, which can automatically execute a performance test and avoid repeated execution of environment variable configuration and environment information acquisition before the actual test starts, thereby reducing the consumption of labor cost and time cost in the testing process and improving the testing efficiency.
In order to achieve the purpose of the invention, the invention provides a performance testing method, which comprises the following steps:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
The at least two performance testing scripts include: a single-threaded performance test script and a multi-threaded performance test script.
The execution environment script and any one of the subject scripts include:
executing the environment script and the single-thread performance test script;
the modifying the environment variable and executing the next subject script includes:
and modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the multi-thread test script.
The execution environment script and any one of the subject scripts include:
executing the environment script and the multi-thread performance test script;
the modifying the environment variable and executing the next subject script includes:
and modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the single-thread test script.
Before the executing the environment script and the single-thread performance test script, the method further includes:
acquiring the number of the CPU cores and the number of the physical cores of the computer under the condition that the hyper-thread is opened;
the modifying the number of the CPU cores and the number of the physical cores of the computer before or after the hyper-thread is opened further comprises:
and acquiring instruction parameters of a multithread execution result.
Before the executing the environment script and the multithreading performance test script, the method further comprises the following steps:
and acquiring the number of the CPU cores, instruction parameters of a multithreading execution result and the number of the physical cores of the computer under the condition that the hyper-thread is opened.
The invention also provides a performance testing device, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
the acquisition module is further configured to acquire scripts, other than the environment variable configuration part and the environment information acquisition part, of the at least two performance test scripts as main scripts;
the processing module is used for executing the environment script and any one main script;
the processing module is further configured to modify the environment variable and execute the next main body script until all main body scripts are executed.
The at least two performance testing scripts include: a single-threaded performance test script and a multi-threaded performance test script.
The invention also provides a performance testing device, comprising: a processor and a memory, wherein the memory has stored therein the following instructions executable by the processor:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
The present invention also provides a computer-readable storage medium having stored thereon computer-executable instructions for performing the steps of:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
Compared with the prior art, the invention at least comprises the following steps: acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script; acquiring scripts except an environment variable configuration part and an environment information acquisition part in at least two performance test scripts as main scripts; executing the environment script and any one main body script; and modifying the environment variable and executing the next main body script until all the main body scripts are executed. According to the technical scheme provided by the invention, the script comprising the environment variable configuration part and the environment information acquisition part is only acquired and executed in one performance test script, then any one main script is executed, the environment variable is modified and other main scripts are executed, so that the automatic execution of the performance test is realized, the repeated execution of the environment variable configuration and the environment information acquisition before the actual test is started is avoided, the consumption of labor cost and time cost in the test process is reduced, and the test efficiency is greatly improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the present invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and are not intended to limit the invention.
Fig. 1 is a schematic flow chart of a performance testing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a performance testing apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The embodiment of the invention provides a performance testing method, as shown in fig. 1, the method comprises the following steps:
step 101, acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script.
And 102, acquiring scripts except the environment variable configuration part and the environment information acquisition part in at least two performance test scripts as main scripts.
It should be noted that how many individual performance test scripts can obtain how many main scripts, that is, the number of main scripts is the same as the number of performance test scripts.
Step 103, executing the environment script and any main body script.
And step 104, modifying the environment variable and executing the next main body script until all the main body scripts are executed.
It should be noted that, in the performance testing method provided in this embodiment, the shell program executes the repeated part between different test schemes once, and then executes the non-repeated part between different test schemes, so as to complete the purpose of testing multiple test schemes. In the practical application process, the execution script of a single test scheme mainly comprises three parts of environment variable configuration, environment information acquisition (including system information acquisition and CPU information acquisition) and program execution; when different test schemes are combined through the Shell program, the configuration of the environment variable and the acquisition of the environment information are used as the common part of the test schemes for public use, the program execution part is integrated together according to the different test schemes, and then the partial variables are properly adjusted, so that the method can be realized.
In the performance testing method provided by the embodiment of the invention, a script comprising an environment variable configuration part and an environment information acquisition part is acquired from any one performance testing script of at least two performance testing scripts and is used as an environment script; acquiring scripts except an environment variable configuration part and an environment information acquisition part in at least two performance test scripts as main scripts; executing the environment script and any one main body script; and modifying the environment variable and executing the next main body script until all the main body scripts are executed. According to the technical scheme provided by the invention, the script comprising the environment variable configuration part and the environment information acquisition part is only acquired and executed in one performance test script, then any one main script is executed, the environment variable is modified and other main scripts are executed, so that the automatic execution of the performance test is realized, the repeated execution of the environment variable configuration and the environment information acquisition before the actual test is started is avoided, the consumption of labor cost and time cost in the test process is reduced, and the test efficiency is greatly improved.
Optionally, the at least two performance test scripts comprise: a single-threaded performance test script and a multi-threaded performance test script.
Optionally, the execution environment script and any one of the subject scripts include:
the environment script and the single-threaded performance test script are executed.
Modifying the environment variable and executing the next subject script, including:
and modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the multi-thread test script.
Optionally, the execution environment script and any one of the subject scripts include:
an environment script and a multi-threaded performance test script are executed.
Modifying the environment variable and executing the next subject script, including:
modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the single-thread test script.
Optionally, before the executing the environment script and the single-threaded performance test script, the method further includes:
acquiring the number of CPU cores and the number of physical cores of a computer under the condition that the hyper-thread is opened.
Modifying the number of the CPU cores and the number of the physical cores of the computer before or after the hyper-thread is opened, further comprises:
and acquiring instruction parameters of a multithread execution result.
Optionally, before executing the environment script and the multi-thread performance test script, the method further includes:
acquiring the number of CPU cores, instruction parameters of a multithreading execution result and the number of physical cores of the computer under the condition that the multithreading is opened.
The following provides a specific implementation to explain the performance testing method provided by the embodiment of the present invention, which takes reusable-IC 17.0-line-work-avx 2-Rate-sm-on.sh (hereinafter referred to as script a) and reusable-IC 17.0-line-core-avx 2-Speed-sm-on.sh (hereinafter referred to as script B) in the version of IC17 as examples, where script a represents avx2 instruction set and hyper-thread start in Rate test, and script B represents avx2 instruction set and hyper-thread start in Speed test. The script A and the script B are respectively a Rate test and a Speed test under the conditions of avx2 in a workstation (workstation) and hyper-threading starting, and are two independent scripts, the prior art needs to be independently and manually executed when the SPEC CPU 2017 is evaluated, the performance test method provided by the embodiment of the invention can be used for executing the two or more test schemes at one time, the time consumption of the SPEC CPU 2017 in executing a plurality of schemes is greatly reduced, and the working efficiency is improved. The implementation example is implemented by combining Rate and Speed, and comprises the following steps:
step 1, the first part in the script is used for configuring variable environment, obtaining environment information and the like, and the script can be commonly and flexibly applied to each execution script, so that the script can be placed in a file header during combination. The code for performing the process is as follows:
../shrc
../numa-detection.sh
ulimit-s unlimited
rm-rf topo.txt
specperl nhmtopology.pl
and 2, setting environment variables, wherein the variable CPU core number (marked as a), the instruction parameter (marked as b) of a multithreading operation result and the physical core number (marked as c) of the computer under the condition that the hyper-thread is opened are changed after the runspec of the main program is executed, so that the variable name is required to be adjusted and the runspec program execution parameter is required to be synchronously modified during secondary reference.
Figure BDA0001728707350000071
Figure BDA0001728707350000081
An embodiment of the present invention further provides a performance testing apparatus, as shown in fig. 2, where the performance testing apparatus 2 includes:
the obtaining module 21 is configured to obtain, as an environment script, a script including an environment variable configuration portion and an environment information obtaining portion in any one of the at least two performance test scripts.
The obtaining module 21 is further configured to obtain, as a main script, a script of the at least two performance test scripts, except for the environment variable configuration part and the environment information obtaining part.
And the processing module 22 is used for executing the environment script and any one main script.
The processing module 22 is further configured to modify the environment variable and execute the next body script until all the body scripts are executed.
Optionally, the at least two performance test scripts comprise: a single-threaded performance test script and a multi-threaded performance test script.
Optionally, the processing module 22 is specifically configured to:
the environment script and the single-threaded performance test script are executed.
And modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the multi-thread test script.
Optionally, the processing module 22 is specifically configured to:
an environment script and a multi-threaded performance test script are executed.
Modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the single-thread test script.
Optionally, the obtaining module 21 is further configured to:
acquiring the number of CPU cores and the number of physical cores of a computer under the condition that the hyper-thread is opened.
And acquiring instruction parameters of a multithread execution result.
The performance testing device provided by the embodiment of the invention obtains the script containing the environment variable configuration part and the environment information obtaining part from any one performance testing script of at least two performance testing scripts as the environment script; acquiring scripts except an environment variable configuration part and an environment information acquisition part in at least two performance test scripts as main scripts; executing the environment script and any one main body script; and modifying the environment variable and executing the next main body script until all the main body scripts are executed. According to the technical scheme provided by the invention, the script comprising the environment variable configuration part and the environment information acquisition part is only acquired and executed in one performance test script, then any one main script is executed, the environment variable is modified and other main scripts are executed, so that the automatic execution of the performance test is realized, the repeated execution of the environment variable configuration and the environment information acquisition before the actual test is started is avoided, the consumption of labor cost and time cost in the test process is reduced, and the test efficiency is greatly improved.
In practical applications, the obtaining module 21 and the processing module 22 may be implemented by a CPU (central processing Unit, MPU), a Digital Signal Processor (DSP), a Field Programmable Gate Array (FPGA), or the like in the performance testing apparatus.
The embodiment of the present invention further provides a performance testing apparatus, which includes a memory and a processor, where the memory stores the following instructions that can be executed by the processor:
and acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one of the at least two performance test scripts as an environment script.
And acquiring scripts except the environment variable configuration part and the environment information acquisition part in the at least two performance test scripts as main scripts.
The environment script and any one of the subject scripts are executed.
And modifying the environment variable and executing the next main body script until all the main body scripts are executed.
Optionally, the at least two performance test scripts include: a single-threaded performance test script and a multi-threaded performance test script.
Optionally, the memory has stored therein the following instructions executable by the processor:
the environment script and the single-threaded performance test script are executed.
And modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the multi-thread test script.
Optionally, the memory has stored therein the following instructions executable by the processor:
an environment script and a multi-threaded performance test script are executed.
Modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the single-thread test script.
Optionally, the memory further stores the following instructions executable by the processor:
acquiring the number of CPU cores and the number of physical cores of a computer under the condition that the hyper-thread is opened.
And acquiring instruction parameters of a multithread execution result.
An embodiment of the present invention further provides a computer-readable storage medium, where the storage medium stores computer-executable instructions, and the computer-executable instructions are configured to perform the following steps:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts except an environment variable configuration part and an environment information acquisition part in at least two performance test scripts as main scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
Optionally, the at least two performance test scripts comprise: a single-threaded performance test script and a multi-threaded performance test script.
Optionally, the computer executable instructions are specifically adapted to perform the steps of:
the environment script and the single-threaded performance test script are executed.
And modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the multi-thread test script.
Optionally, the computer-executable instructions are specifically configured to perform the steps of:
an environment script and a multi-threaded performance test script are executed.
And modifying the number of CPU cores and the number of physical cores of the computer under the condition that the hyper-thread is opened, and executing the single-thread test script.
Optionally, the computer-executable instructions are further for performing the steps of:
acquiring the number of CPU cores and the number of physical cores of a computer under the condition that the hyper-thread is opened.
And acquiring instruction parameters of a multithread execution result.
Although the embodiments of the present invention have been described above, the above description is only for the convenience of understanding the present invention, and is not intended to limit the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method of performance testing, comprising:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts; the number of the main scripts is the same as that of the performance test scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
2. The performance testing method of claim 1, wherein the at least two performance testing scripts comprise: a single-threaded performance test script and a multi-threaded performance test script.
3. The performance testing method of claim 2, wherein the execution environment script and any one of the subject scripts comprise:
executing the environment script and the single-thread performance test script;
the modifying the environment variable and executing the next subject script includes:
and modifying the number of the cores of the central processing unit and the number of the physical cores of the computer under the condition that the hyper-thread is opened, and executing the multithreading performance test script.
4. The performance testing method of claim 2, wherein the execution environment script and any one of the subject scripts comprise:
executing the environment script and the multi-thread performance test script;
the modifying the environment variable and executing the next subject script includes:
modifying the core number of the central processing unit and the physical core number of the computer under the condition that the hyper-thread is opened, and executing the single-thread performance test script.
5. The performance testing method of claim 3, wherein before executing the environment script and the single-threaded performance testing script, further comprising:
acquiring the core number of the central processing unit and the physical core number of the computer under the condition that the hyper-thread is opened;
before or after the modifying the number of the central processor cores and the number of the physical cores of the computer under the condition that the hyper-thread is opened, the modifying further comprises the following steps:
and acquiring instruction parameters of a multithread execution result.
6. The performance testing method of claim 4, wherein before executing the environment script and the multi-threaded performance testing script, further comprising:
and acquiring the number of the central processor cores, instruction parameters of a multithreading execution result and the number of the physical cores of the computer under the condition that the hyper-threads are opened.
7. A performance testing device, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
the acquisition module is further configured to acquire scripts, other than the environment variable configuration part and the environment information acquisition part, of the at least two performance test scripts as main scripts;
the processing module is used for executing the environment script and any one main script; the number of the main scripts is the same as that of the performance test scripts;
the processing module is further configured to modify the environment variable and execute the next main body script until all main body scripts are executed.
8. The performance testing apparatus of claim 7, wherein the at least two performance testing scripts comprise: a single-threaded performance test script and a multi-threaded performance test script.
9. A performance testing device, comprising: a processor and a memory, wherein the memory has stored therein the following instructions executable by the processor:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts; the number of the main scripts is the same as that of the performance test scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
10. A computer-readable storage medium having stored thereon computer-executable instructions for performing the steps of:
acquiring a script containing an environment variable configuration part and an environment information acquisition part from any one performance test script of at least two performance test scripts as an environment script;
acquiring scripts of the at least two performance test scripts except the environment variable configuration part and the environment information acquisition part as main scripts; the number of the main scripts is the same as that of the performance test scripts;
executing the environment script and any one main body script;
and modifying the environment variable and executing the next main body script until all the main body scripts are executed.
CN201810764521.2A 2018-07-12 2018-07-12 Performance test method, device and computer readable storage medium Active CN108984405B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810764521.2A CN108984405B (en) 2018-07-12 2018-07-12 Performance test method, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810764521.2A CN108984405B (en) 2018-07-12 2018-07-12 Performance test method, device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108984405A CN108984405A (en) 2018-12-11
CN108984405B true CN108984405B (en) 2022-06-07

Family

ID=64537908

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810764521.2A Active CN108984405B (en) 2018-07-12 2018-07-12 Performance test method, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN108984405B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11907099B2 (en) 2020-09-22 2024-02-20 International Business Machines Corporation Performance evaluation method using simulated probe data mapping
CN117435513B (en) * 2023-12-21 2024-04-02 深圳市智慧城市科技发展集团有限公司 Test case generation method, terminal equipment and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544049A (en) * 2012-07-10 2014-01-29 百度在线网络技术(北京)有限公司 Testing environment automatic processing method, and method and device for realizing testing automation
CN103631713A (en) * 2013-11-04 2014-03-12 中安消技术有限公司 ERP software automated testing system and method
CN105183605A (en) * 2015-10-29 2015-12-23 浪潮(北京)电子信息产业有限公司 Server performance test method and device
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN106951349A (en) * 2017-03-16 2017-07-14 郑州云海信息技术有限公司 A kind of method and apparatus for carrying out cpu test to domestic server using SPEC CPU

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9195456B2 (en) * 2013-04-30 2015-11-24 Hewlett-Packard Development Company, L.P. Managing a catalog of scripts

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544049A (en) * 2012-07-10 2014-01-29 百度在线网络技术(北京)有限公司 Testing environment automatic processing method, and method and device for realizing testing automation
CN103631713A (en) * 2013-11-04 2014-03-12 中安消技术有限公司 ERP software automated testing system and method
CN105183605A (en) * 2015-10-29 2015-12-23 浪潮(北京)电子信息产业有限公司 Server performance test method and device
CN106547689A (en) * 2016-10-20 2017-03-29 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN106951349A (en) * 2017-03-16 2017-07-14 郑州云海信息技术有限公司 A kind of method and apparatus for carrying out cpu test to domestic server using SPEC CPU

Also Published As

Publication number Publication date
CN108984405A (en) 2018-12-11

Similar Documents

Publication Publication Date Title
CN106156278B (en) Database data reading and writing method and device
US8904386B2 (en) Running a plurality of instances of an application
WO2017063577A1 (en) Firmware upgrade method and apparatus for optical module
CN106649057A (en) Method and device for testing server pressure
WO2014206289A1 (en) Method and apparatus for outputting log information
CN107450971A (en) Task processing method and device
CN111522796B (en) Data migration method and device between systems, computer equipment and medium
CN108984405B (en) Performance test method, device and computer readable storage medium
US11915058B2 (en) Video processing method and device, electronic equipment and storage medium
CN109344066B (en) Method, system and terminal for testing browser page
CN107045475B (en) Test method and device
CN111177113B (en) Data migration method, device, computer equipment and storage medium
CN110554917A (en) method, system, terminal and storage medium for efficiently traversing large data volume set
CN107590037A (en) A kind of method that EDPP tests are carried out to server GPU
CN107291619B (en) Memory occupation analysis method and device
CN109656763B (en) Method and system for automatically testing and activating core function of source processor
CN111683296B (en) Video segmentation method and device, electronic equipment and storage medium
US10198784B2 (en) Capturing commands in a multi-engine graphics processing unit
CN108536429B (en) Method and device for developing software, storage medium and electronic equipment
CN106293862B (en) A kind of analysis method and device of expandable mark language XML data
CN108959070B (en) Python hook function method and device based on code object
CN110928647A (en) Virtualization performance testing method and device
CN105389236A (en) FIO based method for automated test of HBA card
CN105912394B (en) Thread processing method and system
CN111240992B (en) Test method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant