Skip to content

Commit 03225d5

Browse files
committed
treat benchmark.md as raw text in benchmark.nu
1 parent 068f1ff commit 03225d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/benchmark.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export def run-hyperfine [
150150
export def summarize [] {
151151
let data = open benchmark.json
152152
let results = $data | get results | reject "times" "exit_codes"
153-
let summary = open benchmark.md
153+
let summary = open --raw benchmark.md
154154
let summary_file = if ($env | get --optional GITHUB_STEP_SUMMARY | is-not-empty) {
155155
$"\n# Results\n\n($summary)" | save --append $env.GITHUB_STEP_SUMMARY
156156
} else {

0 commit comments

Comments
 (0)