array programming benchmarks 源码
设置 创建一个virtualenv( python3 -m venv venv )并激活它。 使用pip install -r requirements.txt 。 将基准作为前缀为test_ python函数添加,并将该函数纳入benchmark夹具中。 一个例子在numpy/windowing.py 。 要运行基准,请使用make python-bench运行所有python基准。 使用BENCHES标志选择要运行的一组特定基准。 要编写C ++基准,我们使用google/benchmark存储库。 查看taco/windowing.cpp的示例作为基准示例。 运行make taco-bench来编译taco基准。
文件列表
array-programming-benchmarks-main.zip
(预估有个30文件)
array-programming-benchmarks-main
taco
taco
.gitignore
36B
threshold.cpp
2KB
bench.h
1KB
benchmark
windowing.cpp
3KB
main.cpp
137B
CMakeLists.txt
445B
暂无评论