From 025a0d2da12f2310d0ab1867f9329ce11e3d68a8 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Thu, 9 Jan 2020 10:10:59 -0800 Subject: [PATCH] benchmarks: rename to internal/benchmarks I've come to agree with Joe about the proper location for this. Change-Id: Ia5adbd1cd18f8cf40f7c3cc6bf8c7833dac37f20 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/214041 Reviewed-by: Joe Tsai --- {benchmarks => internal/benchmarks}/bench_test.go | 0 {benchmarks => internal/benchmarks}/download_benchdata.bash | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {benchmarks => internal/benchmarks}/bench_test.go (100%) rename {benchmarks => internal/benchmarks}/download_benchdata.bash (100%) diff --git a/benchmarks/bench_test.go b/internal/benchmarks/bench_test.go similarity index 100% rename from benchmarks/bench_test.go rename to internal/benchmarks/bench_test.go diff --git a/benchmarks/download_benchdata.bash b/internal/benchmarks/download_benchdata.bash similarity index 100% rename from benchmarks/download_benchdata.bash rename to internal/benchmarks/download_benchdata.bash