diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a23ff5e..5b936661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: matrix: name: - btreemap - - btreeset + # - btreeset - io_chunks - memory-manager - nns @@ -98,8 +98,8 @@ jobs: include: - name: btreemap project_dir: ./benchmarks/btreemap - - name: btreeset - project_dir: ./benchmarks/btreeset + # - name: btreeset + # project_dir: ./benchmarks/btreeset - name: io_chunks project_dir: ./benchmarks/io_chunks - name: memory-manager @@ -119,7 +119,8 @@ jobs: - name: Checkout baseline branch uses: actions/checkout@v4 with: - ref: main + #ref: main + ref: maksym/baseline-v0.6.7 path: _canbench_baseline_branch - uses: actions/cache@v4 diff --git a/scripts/ci_run_benchmark.sh b/scripts/ci_run_benchmark.sh index 37160cb7..ceeb8ef5 100644 --- a/scripts/ci_run_benchmark.sh +++ b/scripts/ci_run_benchmark.sh @@ -26,6 +26,7 @@ CANBENCH_RESULTS_CSV_FILE="/tmp/canbench_results_${CANBENCH_JOB_NAME}.csv" # Install canbench. cargo install --version 0.2.0 --locked canbench +#cargo install --git https://github.com/dfinity/canbench canbench --branch maksym/order --locked # Verify that the canbench results file exists. if [ ! -f "$CANBENCH_RESULTS_FILE" ]; then