Skip to content

Instantly share code, notes, and snippets.

View sanposhiho's full-sized avatar
🐢

Kensei Nakada sanposhiho

🐢
View GitHub Profile
@sanposhiho
sanposhiho / README.md
Last active March 3, 2024 02:19 — forked from aojea/README.md
upgrade kind kubernetes cluster
@sanposhiho
sanposhiho / scheduler_perf_result_processor.go
Last active April 2, 2022 08:11
Fetch the avarage of avarages from the result of scheduler_perf in kubernetes/kubernetes
package main
import (
"encoding/json"
"fmt"
"os"
"sort"
benchmark "k8s.io/kubernetes/test/integration/scheduler_perf"
)
@sanposhiho
sanposhiho / 00-setup.md
Last active June 7, 2020 08:28
Cheat Sheet on Performance Tuning

Set up!

Go 1.13

pprof

app.go