Add cpuinfo to checkperf

This commit is contained in:
John Keiser 2019-11-03 17:58:42 -08:00 committed by John Keiser
parent 3828e1e538
commit 74799134b1
1 changed files with 2 additions and 2 deletions

View File

@ -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