aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Zagieboylo <dzag1600@berkeley.edu>2014-05-04 17:53:34 -0700
committerDrew Zagieboylo <dzag1600@berkeley.edu>2014-05-04 17:53:34 -0700
commit4fe221d4423507a8b3568e1cb361dcdb20801983 (patch)
tree47fb342b0ad52d05e1baccb69ad140d16840dafa
parent617d6eeaee4e91fbf8b09b746844787f1e944597 (diff)
parent8f89576b83f71390e0a01cb5363e29422c6229f8 (diff)
downloadriscv-tests-4fe221d4423507a8b3568e1cb361dcdb20801983.zip
riscv-tests-4fe221d4423507a8b3568e1cb361dcdb20801983.tar.gz
riscv-tests-4fe221d4423507a8b3568e1cb361dcdb20801983.tar.bz2
Merge branch 'rekall' of github.com:ucb-bar/riscv-tests into rekall
-rw-r--r--benchmarks/stream/stream_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/stream/stream_d.c b/benchmarks/stream/stream_d.c
index 088d339..925f17b 100644
--- a/benchmarks/stream/stream_d.c
+++ b/benchmarks/stream/stream_d.c
@@ -44,7 +44,7 @@
* that should be good to about 5% precision.
*/
-# define N 2000 // 2000000
+# define N 10000
# define NTIMES 10
# define OFFSET 0
@@ -95,7 +95,7 @@ void
thread_entry(int cid, int nc)
{
while (cid !=0) {
- clogMem(1<<16, 64>>2, 1<<7);
+ //clogMem(1<<16, 64>>2, 1<<7);
}
}