Skip to content

Commit b281222

Browse files
author
Harsh
committed
fix another typo
1 parent 95da83b commit b281222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/util/benchmark-out.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class BenchmarkOut {
8686
},
8787
{
8888
x: 'matrix_size',
89-
y: 'score'
89+
y: 'gpu_score'
9090
}
9191
]) {
9292
if (!this.singleData){
@@ -118,7 +118,7 @@ class BenchmarkOut {
118118
},
119119
{
120120
x: 'matrix_size',
121-
y: 'score'
121+
y: 'gpu_score'
122122
}
123123
]) {
124124
if (!this.singleData){

0 commit comments

Comments
 (0)