Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getsummary #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

lilingling3504
Copy link

@lilingling3504 lilingling3504 commented Dec 27, 2020

When the getsummary file is not updated, some values of our test report will be lost. After the update, this problem has been solved.
When there is no update getsummary file, all items in "Processor, Processes", "Basic integer operations", "Basic uint64 operations", "Basic float operations" and "Basic double operations " are empty except for items "Host" and "OS" .
After updating the file, you will get a complete test report without missing values.

When the getsummary file is not updated, some values of our test report will be lost. After the update, this problem has been solved.
As shown below, this is the test report before updating the getsummary  file. After updating the file, you will get a complete test report without missing values.
 L M B E N C H  3 . 0   S U M M A R Y
                 ------------------------------------
		 (Alpha software, do not distribute)

Basic system parameters
------------------------------------------------------------------------------
Host                 OS Description              Mhz  tlb  cache  mem   scal
                                                     pages line   par   load
                                                           bytes  
--------- ------------- ----------------------- ---- ----- ----- ------ ----
loongson- Linux 4.19.90      mips64el-linux-gnu 1699          64   10.1    1

Processor, Processes - times in microseconds - smaller is better
------------------------------------------------------------------------------
Host                 OS  Mhz null null      open slct sig  sig  fork exec sh  
                             call  I/O stat clos TCP  inst hndl proc proc proc
--------- ------------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
loongson- Linux 4.19.90 1699                                                  

Basic integer operations - times in nanoseconds - smaller is better
-------------------------------------------------------------------
Host                 OS  intgr intgr  intgr  intgr  intgr  
                          bit   add    mul    div    mod   
--------- ------------- ------ ------ ------ ------ ------ 
loongson- Linux 4.19.90                                   

Basic uint64 operations - times in nanoseconds - smaller is better
------------------------------------------------------------------
Host                 OS int64  int64  int64  int64  int64  
                         bit    add    mul    div    mod   
--------- ------------- ------ ------ ------ ------ ------ 
loongson- Linux 4.19.90                                   

Basic float operations - times in nanoseconds - smaller is better
-----------------------------------------------------------------
Host                 OS  float  float  float  float
                         add    mul    div    bogo
--------- ------------- ------ ------ ------ ------ 
loongson- Linux 4.19.90                            

Basic double operations - times in nanoseconds - smaller is better
------------------------------------------------------------------
Host                 OS  double double double double
                         add    mul    div    bogo
--------- ------------- ------  ------ ------ ------ 
loongson- Linux 4.19.90                            

Context switching - times in microseconds - smaller is better
-------------------------------------------------------------------------
Host                 OS  2p/0K 2p/16K 2p/64K 8p/16K 8p/64K 16p/16K 16p/64K
                         ctxsw  ctxsw  ctxsw ctxsw  ctxsw   ctxsw   ctxsw
--------- ------------- ------ ------ ------ ------ ------ ------- -------
loongson- Linux 4.19.90 3.7700 3.7600 3.8400 3.3300 4.0700 3.28000 3.83000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant