summaryrefslogtreecommitdiff
path: root/utils/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'utils/benchmarks')
-rw-r--r--utils/benchmarks/events/Args.hs (renamed from utils/benchmarks/Args.hs)0
-rw-r--r--utils/benchmarks/events/DeadConn.hs (renamed from utils/benchmarks/DeadConn.hs)0
-rw-r--r--utils/benchmarks/events/EventFile.hs (renamed from utils/benchmarks/EventFile.hs)0
-rw-r--r--utils/benchmarks/events/EventHttp.hs (renamed from utils/benchmarks/EventHttp.hs)0
-rw-r--r--utils/benchmarks/events/EventSocket.hs (renamed from utils/benchmarks/EventSocket.hs)0
-rw-r--r--utils/benchmarks/events/EventUtil.hs (renamed from utils/benchmarks/EventUtil.hs)0
-rw-r--r--utils/benchmarks/events/HttpClient.hs (renamed from utils/benchmarks/HttpClient.hs)0
-rw-r--r--utils/benchmarks/events/IntMap.hs (renamed from utils/benchmarks/IntMap.hs)0
-rw-r--r--utils/benchmarks/events/LICENSE (renamed from utils/benchmarks/LICENSE)0
-rw-r--r--utils/benchmarks/events/Makefile (renamed from utils/benchmarks/Makefile)2
-rw-r--r--utils/benchmarks/events/NoPush.hsc (renamed from utils/benchmarks/NoPush.hsc)0
-rw-r--r--utils/benchmarks/events/PSQ.hs (renamed from utils/benchmarks/PSQ.hs)0
-rw-r--r--utils/benchmarks/events/PongServer.hs (renamed from utils/benchmarks/PongServer.hs)0
-rw-r--r--utils/benchmarks/events/RFC2616.hs (renamed from utils/benchmarks/RFC2616.hs)0
-rw-r--r--utils/benchmarks/events/Setup.hs (renamed from utils/benchmarks/Setup.hs)0
-rw-r--r--utils/benchmarks/events/Signal.hs (renamed from utils/benchmarks/Signal.hs)0
-rw-r--r--utils/benchmarks/events/Simple.hs (renamed from utils/benchmarks/Simple.hs)0
-rw-r--r--utils/benchmarks/events/StaticHttp.hs (renamed from utils/benchmarks/StaticHttp.hs)0
-rw-r--r--utils/benchmarks/events/ThreadDelay.hs (renamed from utils/benchmarks/ThreadDelay.hs)0
-rw-r--r--utils/benchmarks/events/Timers.hs (renamed from utils/benchmarks/Timers.hs)0
-rwxr-xr-xutils/benchmarks/events/bench-thread-delay.sh (renamed from utils/benchmarks/bench-thread-delay.sh)0
-rwxr-xr-xutils/benchmarks/events/bench-timers.sh (renamed from utils/benchmarks/bench-timers.sh)0
-rwxr-xr-xutils/benchmarks/events/benchmark_shell.py (renamed from utils/benchmarks/benchmark_shell.py)0
-rw-r--r--utils/benchmarks/events/benchmarks.cabal (renamed from utils/benchmarks/benchmarks.cabal)0
-rw-r--r--utils/benchmarks/events/deadconn.c (renamed from utils/benchmarks/deadconn.c)0
25 files changed, 1 insertions, 1 deletions
diff --git a/utils/benchmarks/Args.hs b/utils/benchmarks/events/Args.hs
index 26ba2e6d58..26ba2e6d58 100644
--- a/utils/benchmarks/Args.hs
+++ b/utils/benchmarks/events/Args.hs
diff --git a/utils/benchmarks/DeadConn.hs b/utils/benchmarks/events/DeadConn.hs
index 904c118ae8..904c118ae8 100644
--- a/utils/benchmarks/DeadConn.hs
+++ b/utils/benchmarks/events/DeadConn.hs
diff --git a/utils/benchmarks/EventFile.hs b/utils/benchmarks/events/EventFile.hs
index 1edad86a89..1edad86a89 100644
--- a/utils/benchmarks/EventFile.hs
+++ b/utils/benchmarks/events/EventFile.hs
diff --git a/utils/benchmarks/EventHttp.hs b/utils/benchmarks/events/EventHttp.hs
index ea74314b81..ea74314b81 100644
--- a/utils/benchmarks/EventHttp.hs
+++ b/utils/benchmarks/events/EventHttp.hs
diff --git a/utils/benchmarks/EventSocket.hs b/utils/benchmarks/events/EventSocket.hs
index 66fc84a3d1..66fc84a3d1 100644
--- a/utils/benchmarks/EventSocket.hs
+++ b/utils/benchmarks/events/EventSocket.hs
diff --git a/utils/benchmarks/EventUtil.hs b/utils/benchmarks/events/EventUtil.hs
index 0fbdb9280a..0fbdb9280a 100644
--- a/utils/benchmarks/EventUtil.hs
+++ b/utils/benchmarks/events/EventUtil.hs
diff --git a/utils/benchmarks/HttpClient.hs b/utils/benchmarks/events/HttpClient.hs
index cf9f81fc34..cf9f81fc34 100644
--- a/utils/benchmarks/HttpClient.hs
+++ b/utils/benchmarks/events/HttpClient.hs
diff --git a/utils/benchmarks/IntMap.hs b/utils/benchmarks/events/IntMap.hs
index 0313de4e87..0313de4e87 100644
--- a/utils/benchmarks/IntMap.hs
+++ b/utils/benchmarks/events/IntMap.hs
diff --git a/utils/benchmarks/LICENSE b/utils/benchmarks/events/LICENSE
index d248edeb52..d248edeb52 100644
--- a/utils/benchmarks/LICENSE
+++ b/utils/benchmarks/events/LICENSE
diff --git a/utils/benchmarks/Makefile b/utils/benchmarks/events/Makefile
index 437cae95d4..ad3a0bb290 100644
--- a/utils/benchmarks/Makefile
+++ b/utils/benchmarks/events/Makefile
@@ -14,7 +14,7 @@ ifdef ENABLE_EVENTLOG
ghc-prof-flags += -eventlog
endif
-INPLACE := ./../../inplace
+INPLACE := ./../../../inplace
ghc := $(INPLACE)/bin/ghc-stage2
ghc-opt-flags := -O2
ghc-base-flags := -funbox-strict-fields -fno-ignore-asserts
diff --git a/utils/benchmarks/NoPush.hsc b/utils/benchmarks/events/NoPush.hsc
index 6f52d71404..6f52d71404 100644
--- a/utils/benchmarks/NoPush.hsc
+++ b/utils/benchmarks/events/NoPush.hsc
diff --git a/utils/benchmarks/PSQ.hs b/utils/benchmarks/events/PSQ.hs
index e318207c61..e318207c61 100644
--- a/utils/benchmarks/PSQ.hs
+++ b/utils/benchmarks/events/PSQ.hs
diff --git a/utils/benchmarks/PongServer.hs b/utils/benchmarks/events/PongServer.hs
index 53501bef45..53501bef45 100644
--- a/utils/benchmarks/PongServer.hs
+++ b/utils/benchmarks/events/PongServer.hs
diff --git a/utils/benchmarks/RFC2616.hs b/utils/benchmarks/events/RFC2616.hs
index 4c24ce7a61..4c24ce7a61 100644
--- a/utils/benchmarks/RFC2616.hs
+++ b/utils/benchmarks/events/RFC2616.hs
diff --git a/utils/benchmarks/Setup.hs b/utils/benchmarks/events/Setup.hs
index 9a994af677..9a994af677 100644
--- a/utils/benchmarks/Setup.hs
+++ b/utils/benchmarks/events/Setup.hs
diff --git a/utils/benchmarks/Signal.hs b/utils/benchmarks/events/Signal.hs
index b4aef9ca7e..b4aef9ca7e 100644
--- a/utils/benchmarks/Signal.hs
+++ b/utils/benchmarks/events/Signal.hs
diff --git a/utils/benchmarks/Simple.hs b/utils/benchmarks/events/Simple.hs
index 3bba995d24..3bba995d24 100644
--- a/utils/benchmarks/Simple.hs
+++ b/utils/benchmarks/events/Simple.hs
diff --git a/utils/benchmarks/StaticHttp.hs b/utils/benchmarks/events/StaticHttp.hs
index 096faf4fe6..096faf4fe6 100644
--- a/utils/benchmarks/StaticHttp.hs
+++ b/utils/benchmarks/events/StaticHttp.hs
diff --git a/utils/benchmarks/ThreadDelay.hs b/utils/benchmarks/events/ThreadDelay.hs
index 484f266a3d..484f266a3d 100644
--- a/utils/benchmarks/ThreadDelay.hs
+++ b/utils/benchmarks/events/ThreadDelay.hs
diff --git a/utils/benchmarks/Timers.hs b/utils/benchmarks/events/Timers.hs
index 3c1be4f2e9..3c1be4f2e9 100644
--- a/utils/benchmarks/Timers.hs
+++ b/utils/benchmarks/events/Timers.hs
diff --git a/utils/benchmarks/bench-thread-delay.sh b/utils/benchmarks/events/bench-thread-delay.sh
index 55b45bbd1f..55b45bbd1f 100755
--- a/utils/benchmarks/bench-thread-delay.sh
+++ b/utils/benchmarks/events/bench-thread-delay.sh
diff --git a/utils/benchmarks/bench-timers.sh b/utils/benchmarks/events/bench-timers.sh
index 4b4b8852c5..4b4b8852c5 100755
--- a/utils/benchmarks/bench-timers.sh
+++ b/utils/benchmarks/events/bench-timers.sh
diff --git a/utils/benchmarks/benchmark_shell.py b/utils/benchmarks/events/benchmark_shell.py
index 46c812c8a0..46c812c8a0 100755
--- a/utils/benchmarks/benchmark_shell.py
+++ b/utils/benchmarks/events/benchmark_shell.py
diff --git a/utils/benchmarks/benchmarks.cabal b/utils/benchmarks/events/benchmarks.cabal
index 6d4adea702..6d4adea702 100644
--- a/utils/benchmarks/benchmarks.cabal
+++ b/utils/benchmarks/events/benchmarks.cabal
diff --git a/utils/benchmarks/deadconn.c b/utils/benchmarks/events/deadconn.c
index 364371a1e9..364371a1e9 100644
--- a/utils/benchmarks/deadconn.c
+++ b/utils/benchmarks/events/deadconn.c