Skip to content

leetcode-1533/arrow-flight-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking

  1. Deploy data
./common/deploy_data.sh

C++

cd cpp
./setup-env.sh
make

# Run the server
make run_server

# Run the client
make run_client

Python

cd python
pip install -r req.txt

# Run the server
python3 server.py [host] [port]

# Run the client
python3 client.py [host] [port] [dataset path]

Java

curl -o- https://get.docker.com | bash
cd java/
docker build -t bench .

# Run server
./run_server.sh

# Run client
./run_client.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 41.9%
  • C++ 27.0%
  • Python 17.0%
  • Makefile 7.3%
  • Shell 5.2%
  • Dockerfile 1.6%