Jonathan Shook
|
30f67d9002
|
Merge branch 'main' of github.com:nosqlbench/nosqlbench
|
2022-07-19 12:30:26 -05:00 |
|
Jonathan Shook
|
080b40b08f
|
minor formatting fixes
|
2022-07-19 12:19:30 -05:00 |
|
nb-droid
|
4a3845aafb
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-19 16:11:11 +00:00 |
|
nb-droid
|
b5d4e1e3c6
|
[maven-release-plugin] prepare release nosqlbench-4.17.20
|
2022-07-19 16:11:09 +00:00 |
|
Jonathan Shook
|
fb200e0b58
|
checkpoint: exporter.yaml config and many transformers added (see the file)
|
2022-07-15 19:44:58 -05:00 |
|
Jonathan Shook
|
4e08b65f2d
|
package refactoring
|
2022-07-14 20:40:06 -05:00 |
|
Jonathan Shook
|
789cc62430
|
package refactoring
|
2022-07-14 19:01:00 -05:00 |
|
nb-droid
|
28c62da74f
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 16:46:05 +00:00 |
|
nb-droid
|
3bdad2a877
|
[maven-release-plugin] prepare release nosqlbench-4.17.19
|
2022-07-01 16:46:03 +00:00 |
|
nb-droid
|
460ad79f6c
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 15:56:59 +00:00 |
|
nb-droid
|
0937ed9f6a
|
[maven-release-plugin] prepare release nosqlbench-4.17.18
|
2022-07-01 15:56:57 +00:00 |
|
nb-droid
|
bfdf87a3ad
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 15:26:38 +00:00 |
|
nb-droid
|
45c1a7b7da
|
[maven-release-plugin] prepare release nosqlbench-4.17.17
|
2022-07-01 15:26:36 +00:00 |
|
nb-droid
|
3155147bfa
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 07:04:04 +00:00 |
|
nb-droid
|
215b32bd6a
|
[maven-release-plugin] prepare release nosqlbench-4.17.16
|
2022-07-01 07:04:02 +00:00 |
|
nb-droid
|
ca6f3a08c8
|
[maven-release-plugin] prepare for next development iteration
|
2022-07-01 06:40:47 +00:00 |
|
nb-droid
|
b9c8bdefb9
|
[maven-release-plugin] prepare release nosqlbench-4.17.15
|
2022-07-01 06:40:45 +00:00 |
|
Jonathan Shook
|
8e926ccce8
|
Merge branch 'main' of github.com:nosqlbench/nosqlbench
|
2022-07-01 01:03:35 -05:00 |
|
Jonathan Shook
|
7f1337587e
|
stub out tcp adapter
|
2022-07-01 01:02:59 -05:00 |
|
Jonathan Shook
|
16b59a1561
|
fix broken stmt loader test
|
2022-07-01 00:59:06 -05:00 |
|
Jonathan Shook
|
2e4776f893
|
improve parser error messages to include op template name
|
2022-06-30 16:11:17 -05:00 |
|
Jonathan Shook
|
9cc92c8f8e
|
eagerly extract special fields from op template level
|
2022-06-29 22:39:57 -05:00 |
|
Jonathan Shook
|
d8cff05705
|
improve parser error messages to include op template name
|
2022-06-29 22:39:03 -05:00 |
|
Jonathan Shook
|
b88874b36d
|
simplify description extractor
|
2022-06-29 22:38:55 -05:00 |
|
Jonathan Shook
|
790689f2a2
|
added detailed corner cases to specifications around params locations
|
2022-06-29 22:37:22 -05:00 |
|
Jonathan Shook
|
359edac3aa
|
workload files can now require version via min_version or version_regex
|
2022-06-29 20:45:31 -05:00 |
|
Jonathan Shook
|
c55bbfc127
|
adapters ("drivers") can be specified per op template within a workload
|
2022-06-29 20:45:27 -05:00 |
|
Jonathan Shook
|
a7c29b2825
|
op dispensers remember their parent adapter
|
2022-06-29 20:45:16 -05:00 |
|
Jonathan Shook
|
db327b29e9
|
enable runtime version check via version_regex yaml property
|
2022-06-28 18:23:25 -05:00 |
|
Jonathan Shook
|
5e1898bf20
|
support lists at op field level for terseneses
|
2022-06-27 23:44:57 -05:00 |
|
Jonathan Shook
|
929b4fe929
|
spectest fixes and additional documentation
|
2022-06-27 23:44:50 -05:00 |
|
Jonathan Shook
|
007d90218d
|
modularize result size and disregard n/a scenarios
|
2022-06-27 23:44:38 -05:00 |
|
Jonathan Shook
|
ecb4024acb
|
make generic parameter types more obvious
|
2022-06-27 23:44:29 -05:00 |
|
Jonathan Shook
|
d1ffdc637c
|
improvements to ParsedOp, consistency fixes, better docs
|
2022-06-24 00:57:44 -05:00 |
|
Jonathan Shook
|
8155ae7481
|
update uniform workload specification to current terms and structure
|
2022-06-23 18:45:35 -05:00 |
|
Jonathan Shook
|
80fe4f1f48
|
Merge branch 'diag-conversion'
|
2022-06-23 00:20:49 -05:00 |
|
Jonathan Shook
|
f858ffa1d0
|
restore stdout adapters ability to synthesize example ops
|
2022-06-23 00:18:26 -05:00 |
|
Jonathan Shook
|
7a3c3c583f
|
fix broken map mutation
|
2022-06-23 00:13:11 -05:00 |
|
Jonathan Shook
|
7cf070bdae
|
pull op template logic into adapters-api
|
2022-06-22 22:53:56 -05:00 |
|
Jonathan Shook
|
4a1485159d
|
deprecate previous API entry point into BaseOpDispensr
|
2022-06-16 15:13:14 -05:00 |
|
Jonathan Shook
|
f699b4f83f
|
refactor activity specific signatures into faceted naming interface
|
2022-06-09 15:02:25 -05:00 |
|
Jonathan Shook
|
5b8ed36f49
|
enable composable diag tasks as sequence of commands
|
2022-06-09 15:01:18 -05:00 |
|
Jonathan Shook
|
fa2847a613
|
provide typed update interface for dynamic params
|
2022-06-09 15:00:58 -05:00 |
|
Jonathan Shook
|
26f53f855d
|
merge fixes
|
2022-06-02 17:15:13 -05:00 |
|
Jonathan Shook
|
39128e71c9
|
allow OpTemplate to convert string to int for ratio fixup
|
2022-06-02 16:39:22 -05:00 |
|
Jonathan Shook
|
6e38f0bc99
|
fix start-timers and stop-timers init logic
|
2022-05-31 21:01:59 -05:00 |
|
Jonathan Shook
|
24308575ee
|
hoist onStart into correct interface
|
2022-05-31 21:01:56 -05:00 |
|
Jonathan Shook
|
755ea768d5
|
minor docs update
|
2022-05-31 21:01:46 -05:00 |
|
Jonathan Shook
|
58f11ca1cd
|
move op remappers up to DriverAdapter
|
2022-05-31 21:01:43 -05:00 |
|
Jonathan Shook
|
5a4692cf9e
|
add support for named timers as "start-timers" and "stop-timers" op fields
|
2022-05-24 13:40:48 -05:00 |
|