Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Aug 30, 2024
1 parent 3564c8b commit 227a661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:
matrix:
include:
- image: ubuntu2204
config-zstd: OFF
- image: ubuntu2204
config-zstd: OFF
additional-flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
# - image: ubuntu2204
# additional-flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
- image: ubuntu2204-icpx
config-zstd: OFF
additional-flags: -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx

steps:
Expand Down
2 changes: 1 addition & 1 deletion Benchmarks/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <string>
#include <unordered_map>

static std::string pcapFileName = "pcap_examples/example_copy.pcap";
static std::string pcapFileName = "PcapExamples/example_copy.pcap";

static void BM_PcapFileRead(benchmark::State& state)
{
Expand Down

0 comments on commit 227a661

Please sign in to comment.