Compare commits
2 Commits
c0685d00b5
...
ff57cd0d31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff57cd0d31 | ||
|
|
3e7a0f3e53 |
@@ -3,7 +3,7 @@ name: ChaosBenchmark CI
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-benchmark:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#include <benchmark/benchmark.h>
|
#include <benchmark/benchmark.h>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include <Hash/Md4.hpp>
|
#include <Hash/Md4.hpp>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user