Skip to content

Commit

Permalink
Rename benchmark CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Jul 4, 2024
1 parent 1629c4e commit ad3081d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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

0 comments on commit ad3081d

Please sign in to comment.