gvisorgvisor.dev/gvisor/tools/parsers Index | Files

package parsers

import "gvisor.dev/gvisor/tools/parsers"

Package parsers holds parsers to parse Benchmark test output.

Parsers parse Benchmark test output and place it in BigQuery structs for sending to BigQuery databases.

Binary parser parses Benchmark data from golang benchmarks, puts it into a Schema for BigQuery, and sends it to BigQuery. parser will also initialize a table with the Benchmarks BigQuery schema.

Index

Functions

func ParseOutput

func ParseOutput(output string, name string, official bool) (*bigquery.Suite, error)

ParseOutput expects golang benchmark output and returns a struct formatted for BigQuery.

Source Files

go_parser.go parser_main.go version.go

Version
v0.0.0-20250802011938-fc9c972fa636 (latest)
Published
Aug 2, 2025
Platform
linux/amd64
Imports
10 packages
Last checked
6 hours ago

Tools for package owners.