Commit 76afeae8 authored by Julien Jerphanion's avatar Julien Jerphanion

Add more threads and trials

parent 1b99f0bd
...@@ -75,7 +75,7 @@ clean: ...@@ -75,7 +75,7 @@ clean:
# Uses taskset to cap to a cpu solely # Uses taskset to cap to a cpu solely
.PHONY: benchmark .PHONY: benchmark
benchmark: benchmark:
for i in {0..5}; do \ for i in {0..7}; do \
taskset -c 0-$$((2**i-1)) ${PYTHON_EXECUTABLE} benchmarks/benchmark.py `git rev-parse --short HEAD`_$$((2**i))_threads ;\ taskset -c 0-$$((2**i-1)) ${PYTHON_EXECUTABLE} benchmarks/benchmark.py `git rev-parse --short HEAD`_$$((2**i))_threads ;\
done done
${PYTHON_EXECUTABLE} benchmarks/report.py `git rev-parse --short HEAD` ${PYTHON_EXECUTABLE} benchmarks/report.py `git rev-parse --short HEAD`
......
...@@ -4,10 +4,10 @@ estimators: ...@@ -4,10 +4,10 @@ estimators:
- name: cython+ - name: cython+
estimator: kdtree.KDTree estimator: kdtree.KDTree
n_trials: 3 n_trials: 10
datasets: datasets:
- n_samples_train: 1e6 - n_samples_train: 1e5
n_samples_test: 1e6 n_samples_test: 1e6
n_features: 50 n_features: 50
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment