Benchmark Name | Min | Geomean | Median | Mean | Max | Total (ms) | Total (min) |
---|---|---|---|---|---|---|---|
Bounce | 523 | 539 | 527.47 | 524 | 527.44 | 105493 | 1.76 |
CD | 525 | 551 | 531.19 | 527 | 531.14 | 106238 | 1.77 |
DeltaBlue | 285 | 421 | 367.51 | 369 | 367.2 | 73502 | 1.23 |
Havlak | 1210 | 1270 | 1242.22 | 1243 | 1242.17 | 248444 | 4.14 |
Json | 329 | 350 | 333.05 | 330 | 333 | 66610 | 1.11 |
List | 318 | 350 | 321.68 | 319 | 321.61 | 64336 | 1.07 |
Mandelbrot | 129 | 146 | 130.61 | 130 | 130.58 | 26122 | 0.44 |
Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"jmhVersion" : "1.37", | |
"benchmark" : "benchmarks.DestinationsBench.chess960", | |
"mode" : "thrpt", | |
"threads" : 1, | |
"forks" : 3, | |
"jvm" : "/opt/java/openjdk/bin/java", | |
"jvmArgs" : [ | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Tuesday, February 11, 2025, 12:17:40 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.3.27), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? | |
#59: | |
new file mode 100644 | |
total: 0 errors, 1 warnings, 0 checks, 134 lines checked | |
NOTE: For some of the reported defects, checkpatch may be able to | |
mechanically convert to the typical style using --fix or --fix-inplace. | |
Commit 7048e66826c2 ("riscv: Optimize crct10dif with zbc extension") has style problems, please review. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Redirect to /build/tmp.RGY7RJxGpI and /build/tmp.ye8yvod6Zt | |
Tree base: | |
6b46e067bcd0 ("Adding CI files") | |
Building the whole tree with the patch | |
error: | |
real 12m23.623s | |
user 468m22.989s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/ksh | |
# Help message | |
usage() { | |
echo "Usage: $0 [-s screen] [-l] [-h]" | |
echo " -s screen Select screen number (0, 1, 2, etc.)" | |
echo " -l List available screens" | |
echo " -h Show this help message" | |
exit 1 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Simple Sound Player {Enjoy your music (It's Client-Sided, and It works for any games.)} | |
-- Instances: | |
local Soundply = Instance.new("ScreenGui") | |
local MainFrame = Instance.new("Frame") | |
local MainSound = Instance.new("Sound") | |
local IDBox = Instance.new("TextBox") | |
local UITextSizeConstraint = Instance.new("UITextSizeConstraint") | |
local Plypause = Instance.new("TextButton") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- AH POST-SERVER LOGS -- | |
-- ServerID: 1f968d37-caab-42c1-b916-425a3794be7f | |
-- Server started: February 11, 2025 05:12 PM UTC | Server uptime: 193 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function validateForm() { | |
let username = document.getElementById("username").value; | |
if (username === "Xavier Jones" && password === "11052006") { | |
document.getElementById("username-error").innerText = "Username is required"; | |
document.getElementById(elementld:"password-error").innerText = "Passward is required"; | |
return false; | |
}else if (username === "Xavier Jone1"){ | |
highlight:1 | |
}else if (password === "11052008"){ | |
highlight:8 |