Compare performance of listToAttrs
, foldl'
, getAttr
, and attrs.${name}
.
Conclusion:
# Look upon my works, ye Mighty, and despair! | |
# Nothing beside remains. | |
# Round the day of that colossal wreck, boundless and bare the lone and level sands stretch far away. | |
# - P.B.Shelley | |
# | |
# This pipe has come to drain your harbor so that we might play in the sand. | |
jobs: | |
- name: nixly-job | |
plan: | |
- task: hello-world-task |
let sources = import ./nix/sources.nix; eval = import "${sources.morph}/data/eval-machines.nix" { networkExpr = ./deploy/morph.nix; }; pkgs = import sources.nixpkgs {}; inherit (eval) uncheckedNodes nodes; inherit (pkgs) lib; in | |
nodes.cookiemonster.config.system.build.vm | |
# https://i.ckie.dev/enEbAOg.mp4 |
Compare performance of listToAttrs
, foldl'
, getAttr
, and attrs.${name}
.
Conclusion:
# ============================================================================ # | |
# | |
# | |
# | |
# ---------------------------------------------------------------------------- # | |
# | |
name: "Flox Tests" | |
on: | |
push: |
#! /usr/bin/env bash | |
# ============================================================================ # | |
# | |
# | |
# | |
# ---------------------------------------------------------------------------- # | |
set -eu; | |
set -o pipefail; |
#! /usr/bin/env bash | |
# ============================================================================ # | |
# | |
# Grep for demangled symbols from C++ or Swift objects and binaries. | |
# | |
# | |
# ---------------------------------------------------------------------------- # | |
set -eu; | |
set -o pipefail; |