基准:Apache Arrow的独立于语言的连续基准(CB)

时间:2024-03-23 20:47:24
【文件属性】:

文件名称:基准:Apache Arrow的独立于语言的连续基准(CB)

文件大小:158KB

文件格式:ZIP

更新时间:2024-03-23 20:47:24

Python

箭头基准 Apache Arrow的独立于语言的连续基准测试(CB) 设置 创建工作区 $ cd $ mkdir -p envs $ mkdir -p workspace 创建virualenv $ cd ~/envs $ python3 -m venv qa $ source qa/bin/activate 克隆存储库 (qa) $ cd ~/workspace/ (qa) $ git clone https://github.com/ursacomputing/benchmarks.git (qa) $ git clone https://github.com/ursacomputing/conbench.git (qa) $ git clone https://github.com/apache/arrow.git 安装基准测试依存关系 (qa) $ cd ~/workspace/


【文件预览】:
benchmarks-main
----setup.py(648B)
----.gitignore(2KB)
----requirements-build.txt(21B)
----LICENSE(1KB)
----requirements-test.txt(13B)
----README.md(16KB)
----benchmarks()
--------dataset_read_benchmark.py(3KB)
--------_benchmark.py(4KB)
--------cpp_micro_benchmarks.py(5KB)
--------csv_read_benchmark.py(2KB)
--------data()
--------__init__.py(0B)
--------_sources.py(7KB)
--------dataset_filter_benchmark.py(2KB)
--------wide_dataframe_benchmark.py(2KB)
--------tests()
--------_example_benchmarks.py(4KB)
--------dataframe_to_table_benchmark.py(2KB)
--------file_benchmark.py(8KB)

网友评论