Skip to content

Commit

Permalink
remove PDF report as unsued for years
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 25, 2023
1 parent 64b9d3e commit 2d79c5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 306 deletions.
2 changes: 0 additions & 2 deletions go/cmd/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"github.com/spf13/cobra"
"github.com/vitessio/arewefastyet/go/cmd/gen/doc"
"github.com/vitessio/arewefastyet/go/cmd/gen/metrics"
"github.com/vitessio/arewefastyet/go/cmd/gen/report"
)

func GenCmd() *cobra.Command {
Expand All @@ -33,7 +32,6 @@ func GenCmd() *cobra.Command {
}

cmd.AddCommand(doc.GenerateDoc())
cmd.AddCommand(report.GenerateReport())
cmd.AddCommand(metrics.GenExecMetricsCmd())
return cmd
}
66 changes: 0 additions & 66 deletions go/cmd/gen/report/report.go

This file was deleted.

238 changes: 0 additions & 238 deletions go/tools/report/compare_report.go

This file was deleted.

0 comments on commit 2d79c5e

Please sign in to comment.