Skip to content

Commit

Permalink
Fix benchmarks (#263)
Browse files Browse the repository at this point in the history
* Fix benchmarks
  • Loading branch information
tmigot authored Jul 4, 2024
1 parent 47ede70 commit 8e8f139
Show file tree
Hide file tree
Showing 11 changed files with 270 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BenchmarkHessian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run gradient benchmarks
name: Run Hessian benchmarks

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BenchmarkHessianproduct.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run gradient benchmarks
name: Run Hessian-vector products benchmarks

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BenchmarkJacobian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run gradient benchmarks
name: Run Jacobian benchmarks

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BenchmarkJacobianproduct.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run gradient benchmarks
name: Run Jacobian-vector products benchmarks

on:
pull_request:
Expand Down
Loading

0 comments on commit 8e8f139

Please sign in to comment.