0
votes
1answer
11 views
As2 Benchmarking
I've been looking for a took or a method of benchmarking as2 code specifically individual functions. I've looked at Grant Skinners Performance Test which is for as3 so it does me no good. Does anyone …
2
votes
5answers
74 views
How to benchmark php/mysql site
I would like to know how to benchmark a php/mysql site.
We have a web app almost completed and ready to go live, we know how many people are going to be using it in a years time but have absolutely …
1
vote
3answers
52 views
Timing in JavaScript
I am speed testing some JavaScript programs by creating a Date object, and using it to get the time in milliseconds before and after the real work of the function. I made the body a simple adding for …
0
votes
0answers
63 views
Has anyone done a performance analysis of boost::asio ?
I require socket-like local IPC. I used named pipes and overlapped IO on windows and I want to rewrite the application to boost::ASIO so that it can use UNIX domain sockets as well.
I've recently …
2
votes
5answers
52 views
Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?
I'm thinking about using ASP.NET in a new project I'm starting and I'm wondering if it's faster than classic ASP. I've been using classic for years, and never ran into any problems, but I really want …
-3
votes
3answers
177 views
C# which is faster do/while or for?
I have a C# .NET 2.0 script and I want to know why the following code would be faster than a do while loop of the same kind.
private double getStop(double avgPrice, bool longTrading)
{
double …
3
votes
4answers
69 views
Benchmarking Oracle 10G on Windows XP
I am not a DBA. However, I work on a web application that lives entirely in an Oracle database (Yes, it uses PL/SQL procedures to write HTML to clobs and then vomits the clob at your browser. No, it …
1
vote
1answer
29 views
Determining cache misses for various filesystems
Hello, I've got a project for school where I have to find out how many cache misses a filesystem will have under heavy and light loads and on a multiple processor machine. After discussing this with …
0
votes
4answers
5k views
What graphics card benchmark software do you recommend?
The graphics rendering on my development machine "feels" slow so I've just bought a graphics card to replace the on board graphics card.
Before I install it I want to run some software that will …
1
vote
3answers
42 views
Benchmarking Desktop Applications
I have the desire to benchmark a Client/Server application (GUI) written in Java, on a Windows platform. I'm doing this so I can identify where the Application platform will break when scaled to 100s …
0
votes
1answer
44 views
Trouble deciphering Autobench output
I'm trying to benchmark a simple webserver I wrote, but I'm having trouble deciphering what Autobench has outputted. I've been googling all over for help on this (even going through the autobench and …
7
votes
7answers
686 views
Go language benchmarks?
I see the claims that Go is supposed to be almost comparable in speed to C, but are there any benchmarks available yet?
1
vote
2answers
87 views
Benchmarking SSE instructions
I'm benchmarking some SSE code (multiplying 4 floats by 4 floats) against traditional C code doing the same thing. I think my benchmark code must be incorrect in some way because it seems to say that …
0
votes
6answers
251 views
Is there a free tool to profile the execution time of Java methods?
Hello everybody,
I need to know the usage by other applications, in time of execution, of java methods of an api created in my project, does someone know any free tool to know this?
Thank you very …
1
vote
3answers
31 views
Server Benchmarking: What tools to use with my real-world test data
I want to benchmark a new server using historical HTTP-request data. I have a textfile that contains one day's worth of real historical requests to a production server. What is the best tool for …
