From 5943add40be224a5c9308040e532d13ae32a3778 Mon Sep 17 00:00:00 2001 From: Abul Date: Sun, 8 Mar 2026 20:26:20 +0530 Subject: [PATCH] deleb --- compiler/src/build.d | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compiler/src/build.d b/compiler/src/build.d index 282c801b4280..00cec8c246c8 100755 --- a/compiler/src/build.d +++ b/compiler/src/build.d @@ -16,6 +16,8 @@ zip target - requires Info-ZIP or equivalent (zip32.exe) version(CoreDdoc) {} else: +import core.thread : Thread; + import std.algorithm, std.conv, std.datetime, std.exception, std.file, std.format, std.functional, std.getopt, std.path, std.process, std.range, std.stdio, std.string, std.traits; @@ -79,6 +81,9 @@ int main(string[] args) void runMain(string[] args) { + // Temporary deliberate slowdown for validating the PR performance bot. + Thread.sleep(dur!"seconds"(8)); + jobs = totalCPUs; bool calledFromMake = false; auto res = getopt(args,