Skip to content

Commit

Permalink
add benchmarks, update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 committed Dec 22, 2020
1 parent d49ca0d commit 7b964e0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .readme/benchmarks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
tests/test_cube2equi.py test_numpy_single
Func:run_cube2equi: 0.0360
.test_numpy_batch
Func:run_cube2equi: 0.1180
.test_torch_single
Func:run_cube2equi: 0.0218
.test_torch_batch
Func:run_cube2equi: 0.0199
.
tests/test_equi2cube.py test_numpy_single
Func:run_equi2cube: 0.1174
.test_numpy_batch
Func:run_equi2cube: 0.4759
.test_torch_single
Func:run_equi2cube: 0.0060
.test_torch_batch
Func:run_equi2cube: 0.0205
.
tests/test_equi2equi.py test_numpy_single
Func:run_equi2equi: 2.4446
.test_numpy_batch
Func:run_equi2equi: 9.8693
.test_torch_single
Func:run_equi2equi: 0.1816
.test_torch_batch
Func:run_equi2equi: 0.5867
.
tests/test_equi2pers.py test_numpy_single
Func:run_equi2pers: 0.0734
.test_numpy_batch
Func:run_equi2pers: 0.2994
.test_torch_single
Func:run_equi2pers: 0.0026
.test_torch_batch
Func:run_equi2pers: 0.0084
.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def get_long_description():
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 7b964e0

Please sign in to comment.