Skip to content

Commit

Permalink
Update benchmark.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Jan 2, 2025
1 parent 708bf56 commit 0765d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:

- name: Prepare Benchmark Results
run: |
# Create a shorter path structure
mkdir -p processed_benchmarks
cp -r target/criterion/* processed_benchmarks/
# Create the benchmarks directory structure
mkdir -p processed_benchmarks/benchmarks
cp -r target/criterion/* processed_benchmarks/benchmarks/
# Rename long directories to shorter versions if needed
cd processed_benchmarks
cd processed_benchmarks/benchmarks
if [ -d "TensorAdd_verification" ]; then
mv "TensorAdd_verification" "verify"
fi
Expand Down

0 comments on commit 0765d5e

Please sign in to comment.