Benchmark Name | Min | Geomean | Median | Mean | Max | Total (ms) | Total (min) |
---|---|---|---|---|---|---|---|
Bounce | 521 | 549 | 525.52 | 522 | 525.49 | 105103 | 1.75 |
CD | 522 | 540 | 527.97 | 524 | 527.93 | 105593 | 1.76 |
DeltaBlue | 174 | 297 | 260.26 | 260 | 260.06 | 52052 | 0.87 |
Havlak | 1205 | 1263 | 1236.78 | 1237 | 1236.73 | 247356 | 4.12 |
Json | 315 | 330 | 318.37 | 316 | 318.32 | 63673 | 1.06 |
List | 317 | 347 | 319.81 | 318 | 319.76 | 63961 | 1.07 |
Mandelbrot | 129 | 150 | 130.62 | 130 | 130.59 | 26123 | 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
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /home/boegelbot/easybuild/easybuild-easyconfigs/easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:315 DEBUG Added /home/boegelbot/easybuild/easybuild-easyconfigs/easybuild/easyconfigs to list of paths for easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /usr/lib64/python39.zip/easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /usr/lib64/python3.9/easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /usr/lib64/python3.9/lib-dynload/easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /home/boegelbot/.local/lib/python3.9/site-packages/easybuild/easyconfigs | |
== 2025-02-11 21:48:03,474 tools.py:311 DEBUG Checking for easybuild/easyconfigs at /usr/lib64/python3.9/site-packages/easybuild/easyconfigs | |
== 2025-02- |
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
== 2025-02-11 21:47:58,713 environment.py:172 DEBUG Key in old environment found that is not in new one: CXX (g++) | |
== 2025-02-11 21:47:58,713 environment.py:172 DEBUG Key in old environment found that is not in new one: CUDA_CACHE_DISABLE (0) | |
== 2025-02-11 21:47:58,714 environment.py:172 DEBUG Key in old environment found that is not in new one: CUDA_CACHE_PATH (/tmp/boegelbot/NVHPC/24.1/system-system-CUDA-12.4.0/eb-cuda-cache) | |
== 2025-02-11 21:47:58,714 environment.py:172 DEBUG Key in old environment found that is not in new one: CUDA_CACHE_MAXSIZE (1073741824) | |
== 2025-02-11 21:47:58,714 environment.py:172 DEBUG Key in old environment found that is not in new one: __LMOD_Priority_MODULEPATH (/tmp/eb-_np2s481/tmpch_33_8_/all:-10000) | |
== 2025-02-11 21:47:58,714 modules.py:461 DEBUG Current module paths: ['/project/def-maintainers/boegelbot/rocky9/zen3/modules/all', '/etc/modulefiles', '/usr/share/modulefiles', '/usr/share/lmod/lmod/modulefiles/Core']; target module paths: ['/tmp/eb-_np2s481/tmpch_33_8_/all', '/ |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>CSS-Only Quiz</title> | |
<style> | |
body { | |
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; |
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, 10:48:45 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) | |
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) |
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
import numpy as np | |
def pegasos_single_step_update(feature_vector, label, L, eta, param, param0): | |
"""No parameters named 'theta' or 'theta_0' here!""" | |
return param, param0 | |
def pegasos(feature_matrix, labels, T, L): | |
nsamples, nfeatures = feature_matrix.shape | |
current_theta = np.zeros(nfeatures) | |
current_theta_0 = 0.0 |
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
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\sqlserver2012express-engine\sqlserver2012express-engine.nupkg" checksum="6D469AF5F4BA6929751CA7D22AC94E92" /> | |
<file path="C:\ProgramData\chocolatey\lib\sqlserver2012express-engine\sqlserver2012express-engine.nuspec" checksum="67700BFA1CE4711E49B69C8850DA43EC" /> | |
<file path="C:\ProgramData\chocolatey\lib\sqlserver2012express-engine\tools\chocolateyInstall.ps1" checksum="3A408DFD0718D00E59AE30B17EA42A2D" /> | |
</files> | |
</fileSnapshot> |
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
################################# | |
# Shadows # | |
################################# | |
# Enabled client-side shadows on windows. Note desktop windows | |
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, | |
# unless explicitly requested using the wintypes option. | |
# | |
# Can be set per-window using rules. | |
# |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>CSS-Only Quiz</title> | |
<style> | |
body { | |
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; |
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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 24 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7 | |
[set-github-started-label : post-comment] + EXTRA_ARGS= | |
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started' | |
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/5940 | |
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release' | |
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels' |