Skip to content

NJUPT-SAST/sast_fresh_cup_boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sast_fresh_cup_boost

Docker Image CI

How To Setup

requirements:

docker >= 20.10.8 (Recommand)
docker-composer >= 1.29.2 (Recommand)

# export http_proxy=http://127.0.0.1:1087
mkdir -p /srv/sast_fresh_cup_boost/
cd /srv/sast_fresh_cup_boost/
curl -sL -o .env https://github.com/NJUPT-SAST-Technology-Center/sast_fresh_cup_boost/raw/main/.env.example
# vim .env
curl -sL -o docker-compose.yml https://github.com/NJUPT-SAST-Technology-Center/sast_fresh_cup_boost/raw/main/docker-compose.yml
docker-compose -p sast_fresh_cup up -d

Administration Configuration

Usage

Batch Create Users

Run Benchmark

pip3 install locust
HOST=http://127.0.0.1:8000 ./scripts/benchmark.py

Run Review-Check System