-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tuning the parameters for existing test machine
- Loading branch information
SameeraDes
committed
Jan 28, 2019
1 parent
1c0859e
commit 8c873d8
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
array3d 200 | ||
binary-trees 13 | ||
array3d 2000 | ||
binary-trees 18 | ||
chameneos 1e6 | ||
coroutine-ring 3e6 | ||
euler14-bit 5e6 | ||
fannkuch 10 | ||
fannkuch 11 | ||
fasta 2e6 | ||
k-nucleotide 5e5 FASTA_1000000 | ||
life | ||
mandelbrot 2000 | ||
mandelbrot-bit 2000 | ||
md5 5000 | ||
mandelbrot 5000 | ||
mandelbrot-bit 5000 | ||
md5 15000 | ||
nbody 1e6 | ||
nsieve 9 | ||
nsieve-bit 9 | ||
nsieve 90 | ||
nsieve-bit 90 | ||
nsieve-bit-fp 9 | ||
partialsums 2e6 | ||
pidigits-nogmp 2000 | ||
ray 4 | ||
recursive-ack 9 | ||
recursive-fib 37 | ||
recursive-ack 90 | ||
recursive-fib 50 | ||
revcomp 1e6 FASTA_1000000 | ||
scimark-fft 2000 | ||
scimark-lu 300 | ||
scimark-fft 5000 | ||
scimark-lu 3000 | ||
scimark-sor 5000 | ||
scimark-sparse 5e3 | ||
series 1500 | ||
spectral-norm 1000 | ||
series 3000 | ||
spectral-norm 10000 | ||
sum-file 1000 SUMCOL_1000 |