From 92ded37dce97be8a124d2105f04f67d810233b67 Mon Sep 17 00:00:00 2001
From: Simon Marlow <marlowsd@gmail.com>
Date: Wed, 31 Mar 2010 14:36:18 +0000
Subject: [PATCH] reduce the iterations again; -threaded takes ages

---
 smp/callback001/Makefile           | 2 +-
 smp/callback001/callback001.stdout | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/smp/callback001/Makefile b/smp/callback001/Makefile
index e0d9eacf..12a9c090 100644
--- a/smp/callback001/Makefile
+++ b/smp/callback001/Makefile
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
 FAST_OPTS = 100
-NORM_OPTS = 1000
+NORM_OPTS = 500
 SLOW_OPTS = 2000
 
 OBJS += Main_stub.o
diff --git a/smp/callback001/callback001.stdout b/smp/callback001/callback001.stdout
index ad88db8c..712af36f 100644
--- a/smp/callback001/callback001.stdout
+++ b/smp/callback001/callback001.stdout
@@ -1 +1 @@
-........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
\ No newline at end of file
+....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
\ No newline at end of file
-- 
GitLab