Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
perf: add benchmarks Manifest (drop me)
Browse files Browse the repository at this point in the history
[skip tests]
  • Loading branch information
avik-pal committed Aug 22, 2024
1 parent 1c1fda8 commit 3f9fe2e
Show file tree
Hide file tree
Showing 3 changed files with 1,660 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'
julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -38,10 +39,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'
julia --project=benchmarks -e 'println("--- :julia: Add AMDGPU to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("AMDGPU")'
julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -62,10 +65,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'
julia --project=benchmarks -e 'println("--- :julia: Add CUDA to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("LuxCUDA")'
julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -88,10 +93,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'
julia --project=benchmarks -e 'println("--- :julia: Add Metal to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("Metal")'
julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand All @@ -114,10 +121,12 @@ steps:
command: |
julia --project=benchmarks -e 'println("--- :julia: Instantiating project")
using Pkg
Pkg.instantiate()
Pkg.develop([PackageSpec(path=pwd())])'
julia --project=benchmarks -e 'println("--- :julia: Add oneAPI to benchmarks environment")
using Pkg
Pkg.instantiate()
Pkg.add("oneAPI")'
julia --project=benchmarks -e 'println("--- :julia: Run Benchmarks")
Expand Down
Loading

0 comments on commit 3f9fe2e

Please sign in to comment.