Skip to content

Commit

Permalink
Add distinct ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey authored and Alek Petuskey committed Jul 16, 2024
1 parent 1859dc1 commit 602221e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/benchmarks/benchmark_reflex_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def insert_benchmarking_data(
"properties": {
"os": os_type_version,
"python_version": python_version,
"commit_sha": commit_sha,
"distinct_id": commit_sha,
"timestamp": current_timestamp.isoformat(),
"pr_title": pr_title,
"branch_name": branch_name,
Expand Down
2 changes: 1 addition & 1 deletion scripts/benchmarks/lighthouse_score_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def insert_benchmarking_data(
"api_key": "phc_JoMo0fOyi0GQAooY3UyO9k0hebGkMyFJrrCw1Gt5SGb",
"event": "lighthouse_benchmark",
"properties": {
"distinct_id": commit_sha,
"lighthouse_data": lighthouse_data,
"commit_sha": commit_sha,
"pr_title": pr_title,
"timestamp": current_timestamp,
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/benchmarks/simple_app_benchmark_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def insert_benchmarking_data(
"properties": {
"os": os_type_version,
"python_version": python_version,
"commit_sha": commit_sha,
"distinct_id": commit_sha,
"timestamp": current_timestamp.isoformat(),
"pr_title": pr_title,
"branch_name": branch_name,
Expand Down

0 comments on commit 602221e

Please sign in to comment.