Difference between revisions of "Xebra Benchmarks"
(→Environment) |
|||
Line 4: | Line 4: | ||
*Eiffel Studio 6.5.8.524 GPL Edition - linux-x86 | *Eiffel Studio 6.5.8.524 GPL Edition - linux-x86 | ||
*Eiffel src revision 80570 | *Eiffel src revision 80570 | ||
+ | *Apache 2.2.13 | ||
==Settings== | ==Settings== |
Revision as of 08:36, 1 September 2009
Environment
- Ubuntu 9.04 64Bit
- Xebra revision 80570
- Eiffel Studio 6.5.8.524 GPL Edition - linux-x86
- Eiffel src revision 80570
- Apache 2.2.13
Settings
- Using experimental library
- Server and webapps are finalized. Webapp is unmanaged.
The page has the following content:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>Xebra Hello World Application</title> </head> <body> Hello {print 'WORLD' or 'world' depending on current time} </body> </html>