Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4b27576

Browse files
add chart
1 parent e5ff298 commit 4b27576

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎PITCHME.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,19 @@ What is happening during JVM startup?
111111

112112
Observed cold startup times
113113

114-
<canvas data-chart="bar">
114+
<canvas data-chart="line">
115115
<!--
116116
{
117117
"data": {
118-
"labels": ["java8","custom"],
118+
"labels": [],
119119
"datasets": [
120120
{
121-
"data":[170,2100],
122-
"label":"hello world"
121+
"data":[142,154,135,173, 173],
122+
"label":"custom runtime"
123+
},
124+
{
125+
"data":[2240,2038,2150, 2110, 2080],
126+
"label":"java8 runtime"
123127
}
124128
]
125129
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /