Renxuan Wang
f7eb66441d
Try eliminating warnings in macOS and Windows CI builds.
...
MacOS warnings are format warnings, e.g., `format specifies type 'long' but the argument has type 'Version' (aka 'long long')`.
Windows warnings are `ACTOR does not contain a wait() statement`.
2022-02-25 19:06:57 -08:00
A.J. Beamon
250a88e682
Enforce that trace event suppression calls happen first when using trace event call chaining. Fix various instances where we weren't following this requirement.
2022-02-24 12:25:52 -08:00
negoyal
88e66533ad
devFormat
2021-10-28 11:13:12 -07:00
negoyal
8d1e97b329
Minor changes.
2021-10-04 22:43:48 -07:00
sfc-gh-tclinkenbeard
e918d20f68
Document "averaged" parameter of PerfMetric constructor
2021-08-29 15:38:21 -07:00
sfc-gh-tclinkenbeard
b9a22a61ef
Fix many -Wreorder-ctor warnings
2021-07-23 17:33:18 -07:00
Steve Atherton
f596a81073
Rename ::TRUE and ::FALSE in BooleanParams to ::True and ::False so as to not conflict with the TRUE and FALSE macros provided by the Windows and MacOS SDKs.
2021-07-17 00:11:40 -07:00
sfc-gh-tclinkenbeard
8cc40e3a2b
Expand use of BOOLEAN_PARAM
2021-07-02 21:41:50 -07:00
FDB Formatster
df90cc89de
apply clang-format to *.c, *.cpp, *.h, *.hpp files
2021-03-10 10:18:07 -08:00
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
sfc-gh-tclinkenbeard
7f0d14c8e4
Modernize/refactor workloads directory
2020-10-04 22:29:07 -07:00
Chaoguang Lin
5078bc5728
clang-format MakoWorkload
2020-09-01 17:28:32 -07:00
Chaoguang Lin
83b09784c7
Change now() to timer()
2020-09-01 17:20:53 -07:00
Chaoguang Lin
34813f9e63
Change ms to us
2020-09-01 16:33:06 -07:00
Chaoguang Lin
ce7a35a4be
Log latency for set, clear, clearrange
2020-09-01 16:14:43 -07:00
chaoguang
16cd68d3d9
Delete unnecessary parameters
2020-03-17 13:41:14 -07:00
Alvin Moore
d03e49b4a1
Fixed the location of crc32c.h from fdbrpc to flow
2020-01-26 07:01:25 -08:00
chaoguang
a9ccefe58e
Add a checksum mechanism into MakoWorkload.
2019-12-11 14:23:02 -08:00
Andrew Noyes
d4de608bb6
Fix OPEN_FOR_IDE build
2019-10-25 10:42:22 -07:00
chaoguang
e7b97c393d
added zipfian distribution to mako workload
2019-10-15 01:14:21 -07:00
chaoguang
3055376b45
remove static keyword to make variables not in binary
2019-06-03 16:40:34 -07:00
chaoguang
ac2c0f38b7
remove inheritance from KVWorkload
2019-06-02 23:16:39 -07:00
chaoguang
d07c46e3f3
fix issues by comments
2019-05-31 00:44:07 -07:00
chaoguang
66d25cef21
fix issues by comments
2019-05-31 00:27:30 -07:00
chaoguang
5350c2777a
change g_random to deterministicRandom()
2019-05-28 18:37:55 -07:00
chaoguang
7329466182
update comments, parameter names and descriptions
2019-05-28 15:43:41 -07:00
chaoguang
c527b1a6b1
renaming function, add comments, fix bugs.
2019-05-22 17:39:36 -07:00
chaoguang
0bbcc75e4b
fix bug
2019-05-21 16:22:02 -07:00
chaoguang
12a51b2d39
fix bugs, update naming and comments, refine functions
2019-05-20 18:26:30 -07:00
chaoguang
6788c8eb7d
update cleanup process
2019-05-15 16:17:01 -07:00
chaoguang
106bb7677d
update
2019-05-15 12:58:12 -07:00
chaoguang
4c9cc44c73
add paras
2019-05-14 10:13:13 -07:00
Chaoguang
5678a7417e
Mako Workload
2019-05-09 15:55:05 -07:00