From 08733006ededebe52bfd67d08f7540fa2b8f8291 Mon Sep 17 00:00:00 2001 From: Alexey Radul Date: Thu, 13 Jul 2023 16:05:15 -0400 Subject: [PATCH] Add the BFGS example to our performance benchmarks. --- benchmarks/continuous.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/continuous.py b/benchmarks/continuous.py index 44c16746e..d3426f3c1 100644 --- a/benchmarks/continuous.py +++ b/benchmarks/continuous.py @@ -171,6 +171,7 @@ def diag_conv_jax(): DexEndToEnd('fluidsim', 10), DexEndToEnd('regression', 10), DexEndToEnd('md', 10, baseline_commit='19b16662150ac8a11a9cbc2df67e9f58169ce4ee'), + DexEndToEnd('bfgs', 10, baseline_commit='65dce60fe8a4a59e9ed563865b2b9eb9d81a540c'), DexRuntime('fused_sum', 5), DexRuntime('gaussian', 5), DexRuntime('jvp_matmul', 5),