Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-04-28 04:55:49 +0400
committerstarkos <none@none>2009-04-28 04:55:49 +0400
commitaf896ec949dccf9fcb5f724745c709d56442e2f4 (patch)
tree4f48f46ce58376891d049a18a192ce16393aa99e /tests/test_stress.lua
parent3944a3c77a0e3f5da7bcfe31ad91c1208469230f (diff)
Moved path.isabsolute() and string.endswith() to C to improve performance
Diffstat (limited to 'tests/test_stress.lua')
-rw-r--r--tests/test_stress.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_stress.lua b/tests/test_stress.lua
index c5ab0bc..2b20b19 100644
--- a/tests/test_stress.lua
+++ b/tests/test_stress.lua
@@ -4,7 +4,7 @@
-- Copyright (c) 2009 Jason Perkins and the Premake project
--
-local numprojects = 10
+local numprojects = 50
local numfiles = 100
dofile("pepperfish_profiler.lua")
@@ -17,8 +17,8 @@ end
solution "MySolution"
- configurations { "Debug", "Release" }
- platforms { "Native", "x32", "x64" }
+ configurations { "Debug", "Release", "DebugDLL", "ReleaseDLL" }
+ -- platforms { "Native", "x32", "x64" }
location "build"
configuration "Debug"