Skip to content

Commit 0873300

Browse files
committed
Add the BFGS example to our performance benchmarks.
1 parent 65dce60 commit 0873300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/continuous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def diag_conv_jax():
171171
DexEndToEnd('fluidsim', 10),
172172
DexEndToEnd('regression', 10),
173173
DexEndToEnd('md', 10, baseline_commit='19b16662150ac8a11a9cbc2df67e9f58169ce4ee'),
174+
DexEndToEnd('bfgs', 10, baseline_commit='65dce60fe8a4a59e9ed563865b2b9eb9d81a540c'),
174175
DexRuntime('fused_sum', 5),
175176
DexRuntime('gaussian', 5),
176177
DexRuntime('jvp_matmul', 5),

0 commit comments

Comments
 (0)