Tagged Questions

1
vote
3answers
47 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 …
1
vote
5answers
44 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 …
0
votes
0answers
37 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 …
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 …
7
votes
7answers
656 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
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 …
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
4answers
224 views

C#: Is this benchmarking class accurate?

I created a simple class to benchmark some methods of mine. But is it accurate? I am kind of new to benchmarking, timing, et cetera, so thought I could ask for some feedback here. Also, if it is good, …
0
votes
1answer
42 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 …
-2
votes
3answers
67 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 …
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
5answers
88 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
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.

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