Skip to content

Commit

Permalink
Update dev/benchmark-results/build.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Farries <[email protected]>
  • Loading branch information
ryanslade and andrew-farries authored Dec 11, 2024
1 parent 172fab9 commit 90fd1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/benchmark-results/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func getSubTitle(title string) string {
case strings.HasPrefix(title, "WriteAmplification/NoTrigger"):
return "Each line represents the rows per second written for a database with the row count indicated. This is a baseline benchmark without the pgroll trigger. The x-axis shows the commits to main ordered by time."
case strings.HasPrefix(title, "WriteAmplification/WithTrigger"):
return "Each line represents the rows per second written for a database with the row count indicated. This is a benchmark with the pgroll trigger running and should be compared with the WriteAmplification/NoTrigger benchmark running and should be compared with the WriteAmplification/NoTrigger benchmarks. The x-axis shows the commits to main ordered by time."
return "Each line represents the rows per second written for a database with the row count indicated. This is a benchmark with the pgroll trigger installed and should be compared with the WriteAmplification/NoTrigger benchmarks. The x-axis shows the commits to main ordered by time."
case strings.HasPrefix(title, "ReadSchema"):
return "This benchmark shows the executions per second of an important internal SQL function, ReadSchema. The x-axis shows the commits to main ordered by time"
}
Expand Down

0 comments on commit 90fd1d6

Please sign in to comment.