Skip to content

Commit

Permalink
Add Benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Feb 12, 2024
1 parent 65e4df0 commit 319089b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,11 @@ jobs:
- name: Zip directory
run: |
zip Stats.zip DiffBenchmark/out/oracle/
zip -r Stats.zip DiffBenchmark/out/oracle/
- name: Put current date into a variable
run: |
$NOW=& Get-Date -format yyyy-MM-dd
echo "NOW=$NOW" >> $env:GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: stats.zip
name: Stats
path: Stats.zip

0 comments on commit 319089b

Please sign in to comment.