File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ async fn create_benchmark_request_master_commits(
27
27
) -> anyhow:: Result < ( ) > {
28
28
let master_commits = & ctxt. get_master_commits ( ) . commits ;
29
29
// TODO; delete at some point in the future
30
- let cutoff: chrono:: DateTime < Utc > = chrono:: DateTime :: from_str ( "2025-07-24T00 :00:00.000Z" ) ?;
30
+ let cutoff: chrono:: DateTime < Utc > = chrono:: DateTime :: from_str ( "2025-08-27T00 :00:00.000Z" ) ?;
31
31
32
32
for master_commit in master_commits {
33
33
// We don't want to add masses of obsolete data
@@ -59,7 +59,7 @@ async fn create_benchmark_request_releases(
59
59
. text ( )
60
60
. await ?;
61
61
// TODO; delete at some point in the future
62
- let cutoff: chrono:: DateTime < Utc > = chrono:: DateTime :: from_str ( "2025-06-01T00 :00:00.000Z" ) ?;
62
+ let cutoff: chrono:: DateTime < Utc > = chrono:: DateTime :: from_str ( "2025-08-27T00 :00:00.000Z" ) ?;
63
63
64
64
let releases: Vec < _ > = releases
65
65
. lines ( )
You can’t perform that action at this time.
0 commit comments