Skip to content

Commit

Permalink
chore(bench): fix fft bench
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Nov 18, 2024
1 parent 6a161fe commit 2f58c56
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/benchmark_tfhe_fft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,9 @@ jobs:
toolchain: nightly
override: true

- name: Run benchmarks
run: |
make FFT128_SUPPORT=ON bench
- name: Parse results
run: |
python3 ./ci/fft_benchmark_parser.py target/criterion ${{ env.RESULTS_FILENAME }} \
--database concrete_fft \
--hardware "hpc7a.96xlarge" \
--project-version "${{ env.COMMIT_HASH }}" \
--branch ${{ github.ref_name }} \
--commit-date "${{ env.COMMIT_DATE }}" \
--bench-date "${{ env.BENCH_DATE }}"
rm -rf target/criterion benchmarks_parameters/
- name: Run benchmarks with AVX512
run: |
make FFT128_SUPPORT=ON AVX512_SUPPORT=ON bench
make bench_fft
- name: Parse AVX512 results
run: |
Expand Down

0 comments on commit 2f58c56

Please sign in to comment.