Skip to content

Instantly share code, notes, and snippets.

View cmorigaki's full-sized avatar

Cesar Morigaki cmorigaki

  • Campinas - Brasil
View GitHub Profile
@gabrielfeo
gabrielfeo / merge-gradle-profiler-results.py
Last active May 27, 2025 01:51
Compare separate gradle-profiler (last tested with v0.20.0) benchmark results by merging them into a single HTML
#!/usr/bin/env python3
from collections import namedtuple
import os
import shutil
import re
import json
import argparse
import sys
import Foundation
private class Localizer {
static let sharedInstance = Localizer()
lazy var localizableDictionary: NSDictionary! = {
if let path = Bundle.main.path(forResource: "Localizable", ofType: "plist") {
return NSDictionary(contentsOfFile: path)
}