Eo: Make the benchmark values larger to improve the sample space.

This commit is contained in:
Tom Hacohen 2013-03-13 16:40:38 +00:00
parent 9f8744a50a
commit 7ebdd8446b
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ bench_eo_do_general(int request)
void eo_bench_eo_do(Eina_Benchmark *bench)
{
eina_benchmark_register(bench, "various",
EINA_BENCHMARK(bench_eo_do_general), 100, 10000, 500);
EINA_BENCHMARK(bench_eo_do_general), 1000, 100000, 500);
}