Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up y-axes on benchmark page. #1077

Merged
merged 2 commits into from
Oct 24, 2018
Merged

Clean up y-axes on benchmark page. #1077

merged 2 commits into from
Oct 24, 2018

Conversation

ry
Copy link
Member

@ry ry commented Oct 23, 2018

Makes y.axis.min = 0 and other cosmetic improvements.

@ry ry requested a review from piscisaureus October 23, 2018 23:00
@@ -219,10 +218,10 @@ export async function drawChartsFromBenchmarkData(dataUrl) {

gen("#exec-time-chart", execTimeColumns, "seconds");
gen("#throughput-chart", throughputColumns, "seconds");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a bit of a head scratcher for me that the throughput chart is measured in seconds.
For some time I believed the y axis was labelled incorrectly.
Maybe we should rename the chart to "Upload" or "Data transfer"

@ry ry merged commit 5fbe6a2 into denoland:master Oct 24, 2018
@leeoniya
Copy link

should deno be renamed to deno_tcp in http perf graph?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants