Xebra Benchmarks
Environment
- Ubuntu 9.04 64Bit
- Xebra revision 80570
- Eiffel Studio 6.5.8.524 GPL Edition - linux-x86
- Eiffel src revision 80570
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>