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(
2727) -> anyhow:: Result < ( ) > {
2828 let master_commits = & ctxt. get_master_commits ( ) . commits ;
2929 // 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" ) ?;
3131
3232 for master_commit in master_commits {
3333 // We don't want to add masses of obsolete data
@@ -59,7 +59,7 @@ async fn create_benchmark_request_releases(
5959 . text ( )
6060 . await ?;
6161 // 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" ) ?;
6363
6464 let releases: Vec < _ > = releases
6565 . lines ( )
You can’t perform that action at this time.
0 commit comments