Skip to content

Commit e1d0201

Browse files
authored
Merge pull request #34 from davidgumberg/benchcoin-fixup
paramaters -> parameters
2 parents 77c2332 + ef755f4 commit e1d0201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
<div class="overflow-x-auto">
103103
${resultData.results.map(result => {
104104
const commitShortId = result.parameters.commit.slice(0, 8)
105-
const flameGraphFile = `${result.paramaters.commit}-flamegraph.html`
105+
const flameGraphFile = `${result.parameters.commit}-flamegraph.html`
106106
const flameGraphPath = `${resultDir}/${flameGraphFile}`
107107
108108
return `

0 commit comments

Comments
 (0)