Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 6, 2025
1 parent 297573a commit c8239db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
baseline <- scan(args[1], what = numeric())
result <- scan(args[2], what = numeric())
t_result <- t.test(baseline, result, alternative = "two.sided")
p_value <- t_result$p.value
p_value <- t_result\$p.value
alpha <- 0.05
quit(status = as.integer(p_value < alpha))
EOF
Expand Down

0 comments on commit c8239db

Please sign in to comment.