mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-18 14:02:09 +00:00
added quotes
This commit is contained in:
4
.github/workflows/benchmarks.yml
vendored
4
.github/workflows/benchmarks.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
architecture: x64
|
||||
vcpkgtriplet: x64-windows
|
||||
sourcefile: main.cpp
|
||||
download-datafiles: http://mattmahoney.net/dc/enwik9.zip
|
||||
download-datafiles: "http://mattmahoney.net/dc/enwik9.zip"
|
||||
compileroptions: /std:c++20 /O2 /GL /D "NDEBUG" /D "CFOA_EMBEDDED_GROUP_ACCESS" /EHsc /MD /Fe:benchmark.exe
|
||||
outputfile: benchmark.exe
|
||||
reportdir: vs-x64
|
||||
@@ -188,7 +188,7 @@ jobs:
|
||||
architecture: x86
|
||||
vcpkgtriplet: x86-windows
|
||||
sourcefile: main.cpp
|
||||
download-datafiles: http://mattmahoney.net/dc/enwik8.zip
|
||||
download-datafiles: "http://mattmahoney.net/dc/enwik8.zip"
|
||||
compileroptions: /std:c++20 /O2 /GL /D "NDEBUG" /D "CFOA_EMBEDDED_GROUP_ACCESS" /EHsc /MD /Fe:benchmark.exe
|
||||
outputfile: benchmark.exe
|
||||
reportdir: vs-x86
|
||||
|
||||
Reference in New Issue
Block a user