Add cpuinfo to checkperf
This commit is contained in:
parent
3828e1e538
commit
74799134b1
|
@ -22,7 +22,7 @@ steps:
|
||||||
image: gcc:8
|
image: gcc:8
|
||||||
environment:
|
environment:
|
||||||
CHECKPERF_REPOSITORY: https://github.com/lemire/simdjson
|
CHECKPERF_REPOSITORY: https://github.com/lemire/simdjson
|
||||||
commands: [ make checkperf ]
|
commands: [ cat /proc/cpuinfo, make checkperf ]
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: x64-build
|
name: x64-build
|
||||||
|
@ -72,7 +72,7 @@ steps:
|
||||||
image: gcc:8
|
image: gcc:8
|
||||||
environment:
|
environment:
|
||||||
CHECKPERF_REPOSITORY: https://github.com/lemire/simdjson
|
CHECKPERF_REPOSITORY: https://github.com/lemire/simdjson
|
||||||
commands: [ make checkperf ]
|
commands: [ cat /proc/cpuinfo, make checkperf ]
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: arm64-build
|
name: arm64-build
|
||||||
|
|
Loading…
Reference in New Issue