diff --git a/tig-benchmarker/master/__pycache__/__init__.cpython-310.pyc b/tig-benchmarker/master/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 00000000..a2189a67
Binary files /dev/null and b/tig-benchmarker/master/__pycache__/__init__.cpython-310.pyc differ
diff --git a/tig-benchmarker/master/__pycache__/config.cpython-310.pyc b/tig-benchmarker/master/__pycache__/config.cpython-310.pyc
new file mode 100644
index 00000000..c7ede5d8
Binary files /dev/null and b/tig-benchmarker/master/__pycache__/config.cpython-310.pyc differ
diff --git a/tig-benchmarker/master/__pycache__/data.cpython-310.pyc b/tig-benchmarker/master/__pycache__/data.cpython-310.pyc
new file mode 100644
index 00000000..584f98f4
Binary files /dev/null and b/tig-benchmarker/master/__pycache__/data.cpython-310.pyc differ
diff --git a/tig-benchmarker/master/__pycache__/data_fetcher.cpython-310.pyc b/tig-benchmarker/master/__pycache__/data_fetcher.cpython-310.pyc
new file mode 100644
index 00000000..3260daf1
Binary files /dev/null and b/tig-benchmarker/master/__pycache__/data_fetcher.cpython-310.pyc differ
diff --git a/tig-benchmarker/src/benchmarker/find_proof_to_submit.rs b/tig-benchmarker/src/benchmarker/find_proof_to_submit.rs
index fce0c07f..9e289f9c 100644
--- a/tig-benchmarker/src/benchmarker/find_proof_to_submit.rs
+++ b/tig-benchmarker/src/benchmarker/find_proof_to_submit.rs
@@ -1,8 +1,8 @@
use super::{state, QueryData, Result};
use std::collections::HashSet;
-use tig_worker::SolutionData;
+use tig_worker::OutputData;
-pub async fn execute() -> Result