Tagged Questions

1
vote
3answers
50 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
40 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 …
1
vote
5answers
45 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
170 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 …
1
vote
1answer
28 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 …
3
votes
4answers
65 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
3answers
40 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 …
1
vote
2answers
83 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 …
7
votes
7answers
665 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?
-2
votes
3answers
68 views

Speed of data access…

Which do you think would be faster: A) Reading a file 512 bytes in length on a solid state drive in a directory of 1 billion files B) Selecting a 512-byte column by unique indexed key from a …
0
votes
1answer
17 views

Apache Benchmark - Randomized querystrings?

heya, I need to benchmark a site, and was thinking of using ab (Apache Benchmark) to do it. We need to hammer it quite hard, and we're interested more in how our app will cope, as opposed to the …
3
votes
2answers
83 views

.NET Benchmarking Guidelines

I'm interested in learning the best practices for benchmarking in .NET. What are the guidelines for setting up a valid benchmark test? How does one determine that their test is good enough to extract …
0
votes
1answer
15 views

Information on client interrogation to determine execution ability?

I am looking for information concerning a proven process to interrogate the current user's client, and perhaps benchmark a code piece, to determine how effectively the client is executing certain …
1
vote
1answer
46 views

gwt application logging, profiling, benchmarking

Is there a good methodology for logging/benchmarking/profiling a gwt application to identify bottlenecks? Something like a timing/logging framework or similar.
0
votes
5answers
89 views

Benchmarking method calls in C#

I'm looking for a way to benchmark method calls in C#. I have coded a data structure for university assignment, and just came up with a way to optimize a bit, but in a way that would add a bit of …

1 2 3 4 5 10 next
15 30 50 per page