Difference between revisions of "Xebra Benchmarks"
(New page: Ubuntu 9.04 64Bit Xebra revision 80570 Eiffel Studio 6.5.8.524 GPL Edition - linux-x86 Eiffel src revision 80570 Using experimental library Server and webapps are finalized. Webapp is un...) |
|||
Line 1: | Line 1: | ||
− | Ubuntu 9.04 64Bit | + | ==Environment== |
− | Xebra revision 80570 | + | *Ubuntu 9.04 64Bit |
− | Eiffel Studio 6.5.8.524 GPL Edition - linux-x86 | + | *Xebra revision 80570 |
− | Eiffel src revision 80570 | + | *Eiffel Studio 6.5.8.524 GPL Edition - linux-x86 |
− | + | *Eiffel src revision 80570 | |
− | Server and webapps are finalized. Webapp is unmanaged. | + | ==Settings== |
+ | *Using experimental library | ||
+ | *Server and webapps are finalized. Webapp is unmanaged. | ||
+ | |||
+ | The page has the following content: | ||
+ | <code> | ||
+ | <!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> | ||
+ | </code> | ||
+ | |||
+ | ==Results== |
Revision as of 08:27, 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
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>