Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython_plus_experiments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Jerphanion
cython_plus_experiments
Commits
76afeae8
Commit
76afeae8
authored
Jul 16, 2021
by
Julien Jerphanion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more threads and trials
parent
1b99f0bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
kdtree/Makefile
kdtree/Makefile
+1
-1
kdtree/benchmarks/config.yml
kdtree/benchmarks/config.yml
+2
-2
No files found.
kdtree/Makefile
View file @
76afeae8
...
@@ -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
`
...
...
kdtree/benchmarks/config.yml
View file @
76afeae8
...
@@ -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
:
1e
6
-
n_samples_train
:
1e
5
n_samples_test
:
1e6
n_samples_test
:
1e6
n_features
:
50
n_features
:
50
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment