Skip to content

Commit

Permalink
Use benchmark workflow from main
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Oct 28, 2022
1 parent 198dc37 commit 5ae08c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Run the C benchmark tests.
c-benchmark-tests:
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@fetch-depth-0
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@main
with:
target: 'C'
needs: cancel
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

# Run the C++ benchmark tests.
cpp-benchmark-tests:
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@fetch-depth-0
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@main
with:
target: 'Cpp'
needs: cancel
Expand All @@ -93,7 +93,7 @@ jobs:

# Run the Rust benchmark tests.
rs-benchmark-tests:
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@fetch-depth-0
uses: lf-lang/benchmarks-lingua-franca/.github/workflows/benchmark-tests.yml@main
with:
target: 'Rust'
needs: cancel
Expand Down

0 comments on commit 5ae08c3

Please sign in to comment.