Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add proof tracking event for analytics #97

Merged
merged 6 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update clients/cli/src/prover.rs
Co-authored-by: Collin Jackson <collin@nexus.xyz>
dprats and collinjackson authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8273b75e7068094c5369ded53a444039ce499a80
2 changes: 1 addition & 1 deletion clients/cli/src/prover.rs
Original file line number Diff line number Diff line change
@@ -375,7 +375,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let cycles_proved = steps_proven * k;
let proof_cycles_per_minute = cycles_proved as f64 / total_minutes;

//Send analytics about the proof event
// Send analytics about the proof event
track(
"proof".into(),
"Proof generated".into(),