From 5624bcde20a73fb91ca515afc01245d87fac2479 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 Jan 2010 23:37:35 -0800 Subject: Update docs + tests to reflect Rev 0.3.2 release Rev 0.3.2 makes performance with Threads* under Ruby 1.8 tolerable. --- t/GNUmakefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 't/GNUmakefile') diff --git a/t/GNUmakefile b/t/GNUmakefile index 1008f86..1c979b3 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -22,7 +22,14 @@ else endif export RUBYLIB RUBY_VERSION -models = ThreadPool ThreadSpawn Rev EventMachine NeverBlock +models += ThreadPool +models += ThreadSpawn +models += Rev +models += EventMachine +models += NeverBlock +models += RevThreadSpawn +models += RevThreadPool + rp := ) ONENINE := $(shell case $(RUBY_VERSION) in 1.9.*$(rp) echo true;;esac) ifeq ($(ONENINE),true) @@ -30,10 +37,6 @@ ifeq ($(ONENINE),true) models += FiberSpawn models += RevFiberSpawn models += FiberPool - - # technically this works under 1.8, but wait until rev 0.3.2 - models += RevThreadSpawn - models += RevThreadPool endif all_models := $(models) Base -- cgit v1.2.3-24-ge0c7