Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed Jun 11, 2024
1 parent ba9e550 commit d8c2d0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/run_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ steps:
rootfs_url: "https://github.com/ven-k/Placeholder/releases/download/v0.30.0/super_set_image.x86_64.tar.gz"
rootfs_treehash: "088a99926b4bfde227ddcf49f239ed484f013cbf"
uid: 1000
gid: 1000
workspaces:
# Include the julia we just downloaded
- "/cache/julia-buildkite-plugin:/cache/julia-buildkite-plugin"
Expand Down
1 change: 1 addition & 0 deletions benchmarks/ModelingToolkit/ThermalFluid.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const LLVMBackend = JuliaSimCompiler.llvm.LLVMTarget();
@time build_run_problem(IRSystem, 4; target=CBackend)
@time build_run_problem(IRSystem, 4; target=LLVMBackend)


@show "Start Julia Timings"

for (i, N_x_i) in enumerate(N_x)
Expand Down

0 comments on commit d8c2d0d

Please sign in to comment.