Skip to content

Instantly share code, notes, and snippets.

@phd3
phd3 / unnest-benchmark-new-impl.json
Created June 27, 2022 20:13
unnest-benchmark-compare
[
{
"jmhVersion" : "1.32",
"benchmark" : "io.trino.operator.unnest.BenchmarkUnnestOperator.unnest",
"mode" : "avgt",
"threads" : 1,
"forks" : 3,
"jvm" : "/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java",
"jvmArgs" : [
"-javaagent:/Applications/LI IntelliJ IDEA 2021.1.app/Contents/lib/idea_rt.jar=58684:/Applications/LI IntelliJ IDEA 2021.1.app/Contents/bin",
@phd3
phd3 / oldbenchmarkcode-new-impl.json
Created July 8, 2022 15:49
unnest-10506-perf-on-old-benchmark-code
[
{
"jmhVersion" : "1.32",
"benchmark" : "io.trino.operator.BenchmarkUnnestOperator.unnest",
"mode" : "thrpt",
"threads" : 1,
"forks" : 3,
"jvm" : "/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java",
"jvmArgs" : [
"-javaagent:/Applications/LI IntelliJ IDEA 2021.1.app/Contents/lib/idea_rt.jar=53079:/Applications/LI IntelliJ IDEA 2021.1.app/Contents/bin",
@phd3
phd3 / ExecutionEngine.java
Created November 29, 2022 19:35
ExecutionEngine::executeWithRetry com.microsoft.azure.storage.core (azure-storage-0.0.7)
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,