This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Deploy myproject:application_function__benchmark to pg | |
-- requires: application__schema | |
BEGIN; | |
SET search_path TO application; | |
CREATE TYPE _bench_result AS ( | |
function_name TEXT, | |
runtime REAL, |