From eb7ec8bb16cbb63b8aaf2c6c6484bef1e0243bd4 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Wed, 15 May 2024 18:03:37 -0700 Subject: [PATCH] add multi-threading toggle, fix binary caching string (#28) --- server/app/query/create/page.tsx | 25 ++++++++++++++++++++++++- sidecar/app/local_paths.py | 4 ++-- sidecar/app/query/ipa.py | 21 +++++++++++---------- sidecar/app/routes/start.py | 15 +++++++++++++-- 4 files changed, 50 insertions(+), 15 deletions(-) diff --git a/server/app/query/create/page.tsx b/server/app/query/create/page.tsx index 2c84db9..81a9776 100644 --- a/server/app/query/create/page.tsx +++ b/server/app/query/create/page.tsx @@ -127,6 +127,7 @@ function IPAForm({ CommitSpecifier.BRANCH, ); const [stallDetectionEnabled, setStallDetectionEnabled] = useState(true); + const [multiThreadingEnabled, setMultiThreadingEnabled] = useState(true); const disableBranch = commitSpecifier != CommitSpecifier.BRANCH; const disableCommitHash = commitSpecifier != CommitSpecifier.COMMIT_HASH; const filteredCommitHashes = @@ -298,7 +299,7 @@ function IPAForm({
- Size + Input Size
+
+
+ Multi-threading +
+
+ + + +
+
+