foundationdb/fdbserver/workloads
Andrew Noyes 79cec09255 Apply clang-tidy's performance-inefficient-vector-operation fix
I ran this command in my build directory after compiling with
OPEN_FOR_IDE. It took a few small tweaks to get it to compile, which is
outside the scope of this commit.

    $ python run-clang-tidy.py -j $(nproc) -checks='-*,performance-inefficient-vector-operation' -fix
2021-03-04 03:58:25 +00:00
..
ApiCorrectness.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
ApiWorkload.actor.cpp Fix Windows CMake build 2020-10-07 12:30:19 -07:00
ApiWorkload.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
AsyncFile.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
AsyncFile.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
AsyncFileCorrectness.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
AsyncFileRead.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
AsyncFileWrite.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
AtomicOps.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
AtomicOpsApiCorrectness.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
AtomicRestore.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
AtomicSwitchover.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
BackgroundSelectors.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
BackupAndParallelRestoreCorrectness.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
BackupCorrectness.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
BackupToBlob.actor.cpp Added BlobStoreWorkload.h 2020-12-24 22:04:06 -04:00
BackupToDBAbort.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
BackupToDBCorrectness.actor.cpp Make ISimulator::BackupAgentType an enum class 2020-12-08 09:09:30 -08:00
BackupToDBUpgrade.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
BlobStoreWorkload.h Use platform::getEnvironmentVar instead of std::getenv 2020-12-26 16:32:02 -04:00
BulkLoad.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
BulkSetup.actor.h FDB compiling with intel compiler 2019-06-20 09:29:01 -07:00
Cache.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ChangeConfig.actor.cpp Update ChangeConfig test for auto coordinators change 2021-02-16 23:55:58 -08:00
ClientTransactionProfileCorrectness.actor.cpp Merge remote-tracking branch 'origin/master' into simplify-global-knobs 2021-01-26 10:00:25 -08:00
CommitBugCheck.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ConfigureDatabase.actor.cpp remove duplicates 2020-11-10 14:01:07 -07:00
ConflictRange.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ConsistencyCheck.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
CpuProfiler.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Cycle.actor.cpp Remove verifyOnly from Cycle workload 2020-10-05 13:19:12 -07:00
DDBalance.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
DDMetrics.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
DDMetricsExclude.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
DataDistributionMetrics.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
DifferentClustersSameRV.actor.cpp don't allow empty coments 2020-11-11 14:07:54 -07:00
DiskDurability.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
DiskDurabilityTest.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Downgrade.actor.cpp master conflicts 2020-10-19 01:03:54 +00:00
DummyWorkload.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ExternalWorkload.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
FastTriggeredWatches.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
FileSystem.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
Fuzz.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
FuzzApiCorrectness.actor.cpp Narrow the ExceptionContract to the specific \xff\xff/status/json 2021-02-23 23:09:28 -08:00
HealthMetricsApi.actor.cpp Revert "Revert "Add limiting health metrics"" 2020-11-13 17:24:57 -08:00
Increment.actor.cpp don't allow empty coments 2020-11-11 14:07:54 -07:00
IncrementalBackup.actor.cpp add some more trace and comments 2020-11-05 14:23:08 -05:00
IndexScan.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Inventory.actor.cpp Fix Windows CMake build 2020-10-07 12:30:19 -07:00
KVStoreTest.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
KillRegion.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
LocalRatekeeper.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
LockDatabase.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
LockDatabaseFrequently.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
LogMetrics.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
LowLatency.actor.cpp Resolve conflicts 2020-12-04 23:58:42 +00:00
MachineAttrition.actor.cpp Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-08 12:58:34 -08:00
Mako.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
MemoryKeyValueStore.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
MemoryKeyValueStore.h Use fwd decls in workloads 2019-02-19 15:16:59 -08:00
MemoryLifetime.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
MetricLogging.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ParallelRestore.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
Performance.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
Ping.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
PopulateTPCC.actor.cpp Fix OPEN_FOR_IDE build in preparation for using clang-tidy 2021-01-26 02:04:11 +00:00
ProtocolVersion.actor.cpp Fix OPEN_FOR_IDE build in preparation for using clang-tidy 2021-01-26 02:04:11 +00:00
PubSubMultiples.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
QueuePush.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
RYWDisable.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
RYWPerformance.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
RandomClogging.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
RandomMoveKeys.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
RandomSelector.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ReadAfterWrite.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ReadHotDetection.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
ReadWrite.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
RemoveServersSafely.actor.cpp Merge branch 6.3 into master 2020-11-17 11:22:45 -08:00
ReportConflictingKeys.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
RestoreBackup.actor.cpp first draft at changing snapshot backup behaviour 2020-11-02 17:12:30 -05:00
RestoreFromBlob.actor.cpp Added BlobStoreWorkload.h 2020-12-24 22:04:06 -04:00
Rollback.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
RyowCorrectness.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
SaveAndKill.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
SelectorCorrectness.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Serializability.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Sideband.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
SimpleAtomicAdd.actor.cpp Replace virtual with override in SimpleAtomicAddWorkload 2020-10-14 09:56:13 -07:00
SlowTaskWorkload.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
SnapTest.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
SpecialKeySpaceCorrectness.actor.cpp Remove unnecessary header added by IDE 2021-02-17 13:23:46 -08:00
StatusWorkload.actor.cpp merge conflicts 2020-12-02 21:53:19 +00:00
Storefront.actor.cpp master conflicts 2020-10-19 01:03:54 +00:00
StreamingRead.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
SubmitBackup.actor.cpp Fix description override for SubmitBackup and RestoreBackup workloads 2020-10-17 12:24:00 -07:00
SuspendProcesses.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
TPCC.actor.cpp Fix OPEN_FOR_IDE build in preparation for using clang-tidy 2021-01-26 02:04:11 +00:00
TPCCWorkload.h Revert "Fixed some dangling pointers" 2020-07-06 15:26:42 -07:00
TagThrottleApi.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
TargetedKill.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
TaskBucketCorrectness.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
ThreadSafety.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Throttling.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Throughput.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
TimeKeeperCorrectness.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
TriggerRecovery.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
UDPWorkload.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
UnitPerf.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
UnitTests.actor.cpp Added fdbrpc/SimExternalClient unit test 2020-12-24 21:20:03 -04:00
Unreadable.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
VersionStamp.actor.cpp remove duplicates 2020-11-10 14:01:07 -07:00
WatchAndWait.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
Watches.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
WatchesSameKeyCorrectness.actor.cpp fix return statement 2021-02-24 17:11:46 -05:00
WorkerErrors.actor.cpp Apply clang-tidy's performance-inefficient-vector-operation fix 2021-03-04 03:58:25 +00:00
WriteBandwidth.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
WriteDuringRead.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
WriteTagThrottling.actor.cpp Modernize/refactor workloads directory 2020-10-04 22:29:07 -07:00
workloads.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00