2
votes
6answers
132 views
Which is faster: multiple single INSERTs or one multiple-row INSERT?
I am trying to optimize one part of my code that inserts data into MySQL. Should I chain INSERTs to make one huge multiple-row INSERT or are multiple separate INSERTs faster?
0
votes
0answers
6 views
What are the individual tests SunSpider JavaScript benchmark runs?
Can someone explain to me what each SunSpider subtest actually checks and give a real-life equivalent of their importance and use? Which outcomes (ie times) are considered acceptab …
3
votes
5answers
245 views
Anyone here has benchmarked Intel C++ compiler and GCC?
I am not sure whether I should post this question here, because this seems to be a programming-oriented website.
Anyway, I think there must be some gurus here who knows this.
Now …
0
votes
2answers
106 views
Is there any benchmark which compares PHP and JSP?
I don't want to make a holy war. I just want to know if there is such benchmark? Or maybe you can say something about this thread from your experience?
1
vote
1answer
49 views
The choice of XML/XSL lib for Python 2.6.x
Currently I have 2 varieties, LXML and libXML2 that both seem to work. I have tried benchmarking both, specifically for parsing memory string and files into XML and importing XSLT …
0
votes
2answers
33 views
Demonstrate the Power of a Linux based Load balancing cluster
hi!...i have a situation where i need to demonstrate the power of a cluster, i.e its advantage over a normal machine...I kno..its obvious,but I need to do it....Is there any way i …
2
votes
6answers
290 views
Benchmark problems for testing concurency
For one of the projects I'm doing right now, I need to look at the performance (amongst other things) of different concurrent enabled programming languages.
At the moment I'm look …
1
vote
2answers
44 views
Benchmark website
How can i benchmark a website ? i want to define how many user can i handle simultaneously. Can you suggest me any read / tool that helps ?
I don't think that matters but the site …
4
votes
7answers
211 views
Can you estimate an application’s performance before testing?
It's a tricky question I was asked the other day... We're working on a pretty complex telephony (SIP) application with mixed C++ and PHP code with MySQL databases and several open …
0
votes
0answers
53 views
Looking for .NET 3.5 (or upcoming 4.0) GUI Performance Benchmarks
Using ATL/COM-based technology as the basis of comparison, I'm looking for some recent and fairly in-depth benchmarks on .NET Windows forms & controls which compare the two fra …
15
votes
9answers
4k views
Benchmark: VMware vs Virtualbox
I tested VirtualBox 2.1.4 and VMware Workstation 6.5.1 for later use as a development VM
Host: Ubuntu64, 4GB RAM, Core2Duo E6600, Samsung HD502IJ
Guest: Windows XP Home, 1GB RAM, …
2
votes
1answer
32 views
benchmarking ruby
I have just installed Ruby Enterprise Edition and would like to run some benchmarking tests against my system Ruby. Are there canonical benchmark tests I should implement?
1
vote
4answers
445 views
How to benchmark virtual machines
I am trying to perform a fair comparison of XenServer vs ESX and one comparison I would like to make is performance with multiple VMs. Does anyone know how to go about benchmarking …
0
votes
3answers
105 views
How can i benchmark my SQL and PHP code?
I have problems because i don't really know how I can test my code and sql ( mysql ) to see how long SQL queries and PHP functions /code take to run.
Does anyone here know where I …
1
vote
4answers
127 views
any formal benchmarking of Open source Database software ?
Hi,
Is there any formal performance and stress test reports of open source database, specially sqlite,MySQL an PgSQL?
I want to use sqlite in server for its simple structure and e …
