Skip to content

Benchmarks - stargate-mongoose #31

Benchmarks - stargate-mongoose

Benchmarks - stargate-mongoose #31

Workflow file for this run

name: Benchmarks - stargate-mongoose
on:
pull_request:
push:
jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- name: disable and stop mono-xsp4.service
run: |
sudo kill -9 $(sudo lsof -t -i:8084)
- uses: actions/checkout@v3
- name: Set up JSON API
run: |
chmod +x bin/start_json_api.sh
bin/start_json_api.sh
- name: Wait for services
run: |
while ! nc -z localhost 8181; do sleep 1; done
while ! nc -z localhost 8081; do sleep 1; done
- name: Setting up the node version
uses: actions/setup-node@v3
with:
node-version: 16.15.0
- name: setup project
run: npm i
- name: benchmarks
run: npm run benchmarks