graphqlfixture

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package graphqlfixture provides the representative schema used by the optional-GraphQL memory comparison. It deliberately does not import the GraphQL plugin so the baseline binary proves Go linker exclusion.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config() ridu.Config

func Run

func Run(plugin ridu.Plugin, requests int) error

Run constructs 39 collections and 28 block definitions, optionally binds a transport plugin, executes requests, releases unused pages, and prints live runtime memory as one JSON object.

Types

type Memory

type Memory struct {
	HeapAlloc   uint64 `json:"heapAlloc"`
	HeapObjects uint64 `json:"heapObjects"`
	Sys         uint64 `json:"sys"`
	Requests    int    `json:"requests"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL