代码搜索:Benchmark
找到约 3,891 项符合「Benchmark」的源代码
代码结果 3,891
www.eeworm.com/read/449790/7496353
print_instructions
echo ''
echo ' To make a NAS benchmark type '
echo ''
echo ' make CLASS='
echo ''
echo ' where is "bt", "cg", "ep", "ft", "is", "lu",'
echo '
www.eeworm.com/read/449790/7496391
readme
This code implements the random-number generator described in the
NAS Parallel Benchmark document RNR Technical Report RNR-94-007.
The code is "embarrassingly" parallel in that no communication is
req
www.eeworm.com/read/437979/7738096
txt lang_it.txt
// Italian language module for EVEREST
//
// Translated by:
// Marco D'Amato (mdswzoneit)
//
// Currently maintained by:
// Marco D'Amato (mdswzoneit)
//
// Last updated:
www.eeworm.com/read/323119/13350323
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase wisconsin-ms-sql_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'Microsoft SQL Server 7.00 - 7.00.517 (Intel X86) ' at 1998-09-07 14:39:20
Wisconsin benchmark test
Time for create_table (3): 0 secs ( 0.61 usr 0.00 sys = 0.61 cpu)
Inserting da
www.eeworm.com/read/323119/13350334
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase wisconsin-mysql_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'MySQL 3.22.16 gamma' at 1999-02-07 14:02:02
Wisconsin benchmark test
Time for create_table (3): 0 secs ( 0.05 usr 0.00 sys = 0.05 cpu)
Inserting data
Time to insert (31000): 50 s
www.eeworm.com/read/323119/13350376
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase wisconsin-db2_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'IBM DB2 5' at 1999-02-02 4:09:47
Wisconsin benchmark test
Time for create_table (3): 3 secs ( 3.03 usr 0.00 sys = 3.03 cpu)
Inserting data
Time to insert (31000): 330 secs (329.
www.eeworm.com/read/323119/13350453
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase wisconsin-informix_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'Informix 7.30C1 ' at 1998-10-06 2:00:31
Wisconsin benchmark test
Time for create_table (3): 0 secs ( 0.25 usr 0.00 sys = 0.25 cpu)
Inserting data
Time to insert (31000): 171 se
www.eeworm.com/read/323119/13350493
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase wisconsin-solid_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'Solid version ???' at 1998-10-08 16:44:23
Wisconsin benchmark test
Time for create_table (3): 0 secs ( 0.20 usr 0.00 sys = 0.20 cpu)
Inserting data
Time to insert (31000): 233 se
www.eeworm.com/read/148648/5712950
txt abstract.txt
This program contains the Whetstone benchmarks.
Whetstone is a benchmark test which attempts to
measure the speed and efficiency at which a computer
performs floating-point operations. The resul
www.eeworm.com/read/144216/5752429
t dprof.t
#!perl
BEGIN {
chdir( 't' ) if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bDevel\/DProf\b/){
print "1..0 # Skip: Devel::DProf was not