benchmarks.git
2 years agosplit c11_atomics_benchmarks.cpp up in an attempt to improve compile time
Jacob Lifshay [Wed, 27 Jul 2022 01:57:29 +0000 (18:57 -0700)]
split c11_atomics_benchmarks.cpp up in an attempt to improve compile time

2 years agoConfig is getting big, pass by reference rather than value
Jacob Lifshay [Wed, 27 Jul 2022 01:29:47 +0000 (18:29 -0700)]
Config is getting big, pass by reference rather than value

2 years agostart adding JSON output -- it's easier to use data in that format
Jacob Lifshay [Tue, 26 Jul 2022 09:08:16 +0000 (02:08 -0700)]
start adding JSON output -- it's easier to use data in that format

2 years agochange cmp_xchg to work better
Jacob Lifshay [Fri, 22 Jul 2022 09:00:10 +0000 (02:00 -0700)]
change cmp_xchg to work better

2 years agobenchmarking c++11 atomics works
Jacob Lifshay [Thu, 21 Jul 2022 10:18:09 +0000 (03:18 -0700)]
benchmarking c++11 atomics works

2 years agoadd gitlab ci
Jacob Lifshay [Thu, 21 Jul 2022 03:28:34 +0000 (20:28 -0700)]
add gitlab ci

2 years agouse apt-get from scripts, not apt
Jacob Lifshay [Thu, 21 Jul 2022 03:26:30 +0000 (20:26 -0700)]
use apt-get from scripts, not apt

2 years agofix broken dependencies when building on aarch64
Jacob Lifshay [Thu, 21 Jul 2022 03:08:41 +0000 (20:08 -0700)]
fix broken dependencies when building on aarch64

2 years agodon't run install-deps.sh in parallel
Jacob Lifshay [Thu, 21 Jul 2022 01:54:36 +0000 (18:54 -0700)]
don't run install-deps.sh in parallel

2 years agorename atomic-benchmarks to benchmarks
Jacob Lifshay [Thu, 21 Jul 2022 01:49:58 +0000 (18:49 -0700)]
rename atomic-benchmarks to benchmarks

2 years agofix usage formatting
Jacob Lifshay [Wed, 20 Jul 2022 08:01:00 +0000 (01:01 -0700)]
fix usage formatting

2 years agofix broken config
Jacob Lifshay [Wed, 20 Jul 2022 07:58:30 +0000 (00:58 -0700)]
fix broken config

2 years agoinitial commit
Jacob Lifshay [Wed, 20 Jul 2022 07:42:54 +0000 (00:42 -0700)]
initial commit