Profiling something under controlled circumstances to find its performance.
3
votes
2answers
125 views
Peak memory usage of code block? [duplicate]
Is it possible to get the peak memory usage of a particular block of code in PHP? The memory_get_peak_usage() function seems to get the peak over the entire process execution up to the point of the ...
0
votes
0answers
14 views
What are some of the most used Cache Performance Benchmarks and Simulators?
I'm trying out a new adaptive algo for HPC, and want to test it out against some well known standards.
3
votes
4answers
96 views
A proper benchmark?
I wanted to measure, how long 2 different programs need to perform 1 task. One program used threads, the other didn't.The task was to count up to 2000000.
Class with threads:
public class Main {
...
1
vote
4answers
103 views
Multithreading benchmark test
I want to measure how long it takes for the 2 threads to count till 1000. How can I make a benchmark test of the following code?
public class Main extends Thread {
public static int number = 0;
...
2
votes
4answers
252 views
D lang simple benchmarking
I'm new in D and I'm comparing it vs Java in simple tests and expecting to see that the native language will be faster (or roughly the same). But it in my first test with recursion D is surprisingly ...
-1
votes
1answer
159 views
how to get client system info from website? [duplicate]
Possible Duplicate:
How can I get system/hardware info via Java?
I'm doing a website with PHP.
one of the functionality need is to get info about the client pc..
Such as ram..graphic ...
-2
votes
1answer
74 views
Benchmark for PHP and JavaScript programs? [closed]
I want to choose between JavaScript or PHP for an web application (bother server and client side) that is performance critical. I want to benchmark the critical portion of the app in JS and PHP and ...
1
vote
1answer
181 views
performance degradation with large pages
I play with a Java benchmark (SPECJbb) but observed some performance degradation with large pages (2M per page) enabled. Our server is NUMA arch based, has 80 cores (160 logical cpu when HT enabled) ...
4
votes
2answers
67 views
Timing out randomized algorithm
I have a randomized recursive backtracking algorithm to generate Sudoku puzzles (see here). It works fast enough on average, but the worst-case runtime is unacceptably slow. Here is a histogram of ...
3
votes
1answer
168 views
Benchmarking Node.JS server
I've written a Node.JS server which I would like to benchmark. It has the following components that I would like to benchmark separately:
- socket.io: how many continuous connections can it accept and ...
0
votes
0answers
45 views
SD card test for Android phone
I have difference between results of testing Antutu SDWrite/Read about 30%.
I mean difference in results between runs, not difference between Write/Read.
Why tests for SD card so unstable?
Is ...
1
vote
1answer
234 views
Socket.IO Maximum call stack size exceeded
I've written a small Socket.IO server, which works fine, I can connect to it, I can send/receive messages, so everything is working ok. Just the relevant part of the code is presented here:
var ...
0
votes
0answers
94 views
Why the following javascript code is so slow when running at chrome?
I was doing some tests with Java and javascripts at different browsers. I did a test to benchmark the HashMap speed.
var NTESTS = 200000;
function test() {
var hm = {};
var start, end, total = ...
1
vote
0answers
55 views
Strategies for Python profiling and benchmarking [closed]
We would like to implement profiling and benchmarking on our Python (2.7) REST application. I have heard of the profile module, and it seems like a very good alternative, but we are interested in ...
0
votes
2answers
124 views
does a primary key speed up an index?
Aside from the convenient auto-increment and UNIQUE features, does the PK actually speed up the index?
Will the speed be the same whether it's a non-PKed indexed INT or PKed (same column, two ...
0
votes
0answers
54 views
Should benchmark warmup time be taken into account?
This is my first time using benchmarking for Rails, and I'm testing out two methods of querying my DB.
They both return a very similar result for the wall-time and process-time, but the warmup time ...
-3
votes
1answer
110 views
time consumed SELECTing 1 row (WHEREd PK id only) vs more complex SELECTs [closed]
Does anyone have any benchmarking standards for how long it takes to SELECT one row by the PK ai INT id? I assume it increases with table size, but the one link I could find dubiously said no.
I've ...
0
votes
0answers
31 views
Effects of Thread Count on Disk Throughput
I want to test that how much disk throughput is affected from increasing I/O bounded thread count.
Do you know any tools / techniques to measure effect of thread count on disk throughput ?
0
votes
0answers
25 views
Why all the SPEC JBB2005 results use Windows server? [closed]
I'm looking at the SPEC JBB2005 result in SPEC JBB website.
http://www.spec.org/jbb2005/results/res2012q3/
http://www.spec.org/jbb2005/results/res2012q4/
I find that when use Oracle's HotSpot,seems ...
2
votes
1answer
53 views
How would I simulate running code on different hardware while using only one machine?
As the title says I'm looking to approximate the performance of a piece of code on different hardware setups. Are there any tools out there to do this?
I'm looking to run my code and perform ...
2
votes
2answers
194 views
Wso2 ESB - Send many requests at the same time to a web service
How can I send many simultaneous Java requests from a Java client to a deployed web service? Knowing that the client was generated from the WSO2ESB.
0
votes
0answers
12 views
Search dataset with interval in attributes
I'm looking for a dataset (I prefere data services) with intervals as attributes, for example price in [5, 20]. I need it for experiments. Where can i found it ?
Thanks.
0
votes
0answers
32 views
Extract a large dataset with categorical attributes
I'm looking for a large dataset (e.g., cars or hotels) with categorical attributes. I want to retreive these large dataset to make an experiment. for example, a data set of cars with price, color, ...
2
votes
2answers
81 views
How to measure the time taken by executing a piece of code in a reliable way?
The question of how to measure execution time has been asked plenty of times on SO, see here or here for example. However these questions mostly focus on which timing functions to use.
What I am ...
2
votes
0answers
185 views
Database performance using mysqlslap vs actual sql queries
We are benchmarking a number of servers with a view to migrating our current site.
We have tested 2 configs against the current setup, using a mysqlslap test and by running sql queries on table with ...
0
votes
1answer
46 views
How to specify the workload to run on a SPEC CPU 2006 benchmark?
I'm currently trying to benchmark a new FDO toolchain with SPEC CPU 2006.
Some benchmarks are run with several workloads. For instance 473.astar is run with rivers and BigLakes.
When I use FDO on ...
8
votes
2answers
270 views
Is while(rs.next()) faster than a series of rs.absolute()
Suppose to have a ResultSet rs with n object.
This code:
while(rs.next()) {
// do something on rs
}
is algoritmically equal to this code (i.e. both gave the same result):
for(i=1; i<=n; ...
0
votes
0answers
51 views
Unable to run YCSB successfully for ElasticSearch
I am new to both YCSB and ElasticSearch. I was able to run YCSB easily for Cassandra. However, I have not been able to do the same with ES (or perhaps I have but I am not sure).
Following the steps ...
2
votes
1answer
670 views
guava cache vs ehcache benchmark
I'm trying to decide which of these two to use in my project: guava cache or ehcache. Looking for a lightweight service level caching solution.
I've searched for some benchmarks, but couldn't find ...
1
vote
1answer
144 views
JavaFX application boot time performance
I am creating my first JavaFX application, here is a bogged down version:
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import ...
1
vote
0answers
73 views
Running a benchmark on javascript ajax calls
One function returns a single item, for one id.
The other function returns 3 items for 3 ids I just wanted to benchmark which would be best, my preference is for the single request just for ...
2
votes
2answers
91 views
MongoDB: How to make sure that Javascript is waiting for processes?
I asked myself, whether javascript (concerning mongoDB) waits for the execution of mongoDB processes.
For example:
Im inserting documents like
for (i=0; i<=myarray.length -1; i++)
{
...
1
vote
1answer
330 views
Is an actual baudrate of 115200 or higher possible?
While running some tests with an FT232R USBtoRS232 Chip, which should be able to manage speeds up to 3Mbaud/s, I have the problem that my actual speed is only around 38kbaud/s or 3,8KB/s.
I've ...
1
vote
0answers
28 views
How to measure by c code
I have a question about how to measure the bandwidth of a GPU. I have tried some different ways but none of them work. For example, I tried to use the amount of data transfer divided by the time used ...
3
votes
1answer
53 views
Are the results of the Linux time command affected by system load?
I'm using the Linux shell time and GNU time commands for some basic benchmarking.
But my system occasionally has varying load from other users.
Are the "user" and "sys" outputs affected by these ...
1
vote
3answers
79 views
Benchmarking : get algorithm user time
I'm trying to test the performance of an algorithm I wrote in C++. I use my university calculation cluster (via SGE)
The problem is that I don't know when the server is full or not with other ...
0
votes
0answers
78 views
phoronix test suite extract results from another system
i'm using phoronix test suite to benchmark various systems.
I have collected results from many systems to my pc and i want to extract results to text format and then compare them.
The option ...
-1
votes
3answers
149 views
Javascript and MongoDB - write to file
I'm using mongoDB on an ubuntu server. However I'm using a javascript to store data and do some map/reduce. I would like to measure these operations and write the results into a file. Somehow I fail ...
3
votes
1answer
138 views
MySQL benchmarking: 1 query returning 1000 rows VS 1000 single-row queries [closed]
Working on an app that requires a very large amount of data transferred from the DB. It includes SELECT and UPDATE queries both (i.e. read and write to the DB).
First I need to get a list of all the ...
6
votes
1answer
84 views
Benchmarking: using `expression` `quote` or neither
Generally, when I run benchmarks, I wrap my statements in expression.
Recently, it was suggested to either (a) not do so or (b) use quote instead of expression.
I find two advantages to wrapping ...
0
votes
0answers
496 views
MicroMVC, ColaPHP, DooPHP [closed]
In some benchmark I saw some PHP frameworks that are not well-known to me but have excellent performance:
MicroMVC
ColaPHP
DooPHP
Larravel
Kohana
(image source)
Which ones are stable for ...
1
vote
3answers
99 views
How to analyze the length of time a specific function runs in R
I just got a gig to help speed up a program in R by improving the efficiency of the algorithms used to calculate data. There are many loops that do different calculations, and I'm wondering which ...
7
votes
2answers
103 views
does the by( ) function make growing list
Does the by function make a list that grows one element at a time?
I need to process a data frame with about 4M observations grouped by a factor column. The situation is similar to the example below:
...
0
votes
1answer
135 views
Why my code faster on Linux than on RTOS?
I wrote a Matrix class in C++, I made a benchmark to test this code on a Raspberry Pi, when I used arch Linux the calculation time was 0.4ms, When I used ChibiOS which is RTOS the runtime of the code ...
2
votes
1answer
119 views
ruby debugging: print line number when taking too long
Is there a way in Ruby to have it print the __LINE__ number of code (at my script level, not required gems) it's working on if taking longer than 9 seconds (adjustable)?
For debugging I am getting it ...
5
votes
4answers
196 views
fastest way to get Min from every column in a matrix?
What is the fastest way to extract the min from each column in a matrix?
EDIT:
Moved all the benchmarks to the answer below.
Using a Tall, Short or Wide Matrix:
## TEST DATA
set.seed(1)
...
1
vote
1answer
110 views
CodeIgniter - how to selectively cache output?
My application allows registered users to post stuff. On the top bar, like many social apps, when logged in one can see their avatar etc.
My issue is that the user-specific content in the header gets ...
0
votes
1answer
76 views
Benchmark inconsistent results
I'm trying to profile a function. The function is meant to convert a structure to an array. I have two different approaches, using marshaling or BitConverter. Of course the marshaling method makes ...
0
votes
1answer
100 views
WCAT request throttling
I am having an issue with my initial testing/configuration of WCAT 6.4 for IIS 7 on Windows Server 2008 Std. We're pretty new to WCAT so this might be a fairly naive question.
We are testing a web ...
3
votes
1answer
356 views
Why is PostgreSQL 9.2 slower than 9.1 in my tests?
I have upgraded from PostgreSQL 9.1.5 to 9.2.1:
"PostgreSQL 9.1.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4), 64-bit"
"PostgreSQL 9.2.1 on ...


