Fix running simple-raytracer benchmark on Windows

This commit is contained in:
bjorn3
2022-12-15 14:16:39 +00:00
parent 6c88b08adc
commit 1ca07b9a44
2 changed files with 12 additions and 9 deletions
-4
View File
@@ -186,10 +186,6 @@ jobs:
run: |
# WIP Disable some tests
# This fails due to some weird argument handling by hyperfine, not an actual regression
# more of a build system issue
(Get-Content config.txt) -replace '(bench.simple-raytracer)', '# $1' | Out-File config.txt
# This fails with a different output than expected
(Get-Content config.txt) -replace '(test.regex-shootout-regex-dna)', '# $1' | Out-File config.txt