goos: windows
goarch: amd64
pkg: go-struct-benchmarks
cpu: AMD Ryzen Threadripper 3960X 24-Core Processor
| Benchmark | Iterations | Time/Iteration | Memory/Iteration | Allocs/Iteration |
import "../styles/globals.css"; | |
import { LocalAppProps } from "../interfaces"; | |
import ErrorBoundary from "../components/ErrorBoundary"; | |
import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; | |
import Controller from "../components/Controller"; | |
const queryClient = new QueryClient(); | |
export default function MyApp({ Component, pageProps }: LocalAppProps) { | |
return ( |
msvs_version=2017 | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:username=VssSessionToken | |
; This is an unencrypted authentication token. Treat it like a password. DO NOT share this value with anyone, including Microsoft support. | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:_password={pat} | |
; The npm client won't use username and _password without an email set, but the service doesn't use the email value. The following is an arbitrarily made-up address. | |
//pkgs.dev.azure.com/{org}/_packaging/{org}/npm/registry/:[email protected] |
package main | |
import ( | |
"crypto/aes" | |
"encoding/base64" | |
"fmt" | |
"github.com/andreburgaud/crypt2go/ecb" | |
"github.com/andreburgaud/crypt2go/padding" | |
) |
<html> | |
<head> | |
<style> | |
h1 { | |
font-family: Calibri; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Hello World!</h1> |