From 5db924de200447d841cc239edc26b67452778411 Mon Sep 17 00:00:00 2001 From: Noam Bressler Date: Sun, 28 Jan 2024 19:18:59 +0200 Subject: [PATCH] Remove benchmark history check (#2732) --- .github/workflows/benchmark-history.yml | 66 ++++++++++++------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/benchmark-history.yml b/.github/workflows/benchmark-history.yml index 765d16852f..04a6eeffc2 100644 --- a/.github/workflows/benchmark-history.yml +++ b/.github/workflows/benchmark-history.yml @@ -8,36 +8,36 @@ # along with Deepchecks. If not, see . # ---------------------------------------------------------------------------- # -name: Benchmark-History - -on: - push: - branches: [ main ] - # Manual run - workflow_dispatch: - -env: - DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true" - -jobs: - benchmark-history: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Setup git user - run: | - git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" - git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" - - name: Set up Python 3.9 - uses: actions/setup-python@v3 - with: - python-version: "3.9" - - name: Set Up Env - run: make env - - name: pip freeze - run: make freeze - - name: Run benchmarks - run: | - .github/scripts/benchmark-history.sh +#name: Benchmark-History +# +#on: +# push: +# branches: [ main ] +# # Manual run +# workflow_dispatch: +# +#env: +# DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true" +# +#jobs: +# benchmark-history: +# +# runs-on: ubuntu-latest +# +# steps: +# - uses: actions/checkout@v3 +# - name: Setup git user +# run: | +# git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)" +# git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)" +# - name: Set up Python 3.9 +# uses: actions/setup-python@v3 +# with: +# python-version: "3.9" +# - name: Set Up Env +# run: make env +# - name: pip freeze +# run: make freeze +# - name: Run benchmarks +# run: | +# .github/scripts/benchmark-history.sh