5 matches across 1 files for func main lang:Python path:benchmark_to_chart.py path:benchmark_to_chart.py
snippet_mode: auto · sorted by relevance
benchmark_to_chart.py PYTHON 5 matches view file →
13
14
15def main():
16 if len(sys.argv) < 2:
17 print(f"Usage: {sys.argv[0]} benchmark_regression.json [title]")
· · ·
40 google.charts.setOnLoadCallback(drawChart);
41
42 function drawChart() {{
43 var data = google.visualization.arrayToDataTable([
44 ['Version', 'Runtime (seconds)'],
· · ·
48 var options = {{
49 title: '{title}',
50 curveType: 'function',
51 legend: {{ position: 'bottom' }}
52 }};
· · ·
66
67
68if __name__ == "__main__":
69 main()
70
· · ·
69 main()
70
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.